Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restyle [Snyk] Fix for 26 vulnerabilities #21

Open
wants to merge 1 commit into
base: snyk-fix-540536a51ed4cfb71ba383ddf462d29c
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
146 changes: 73 additions & 73 deletions js-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,75 +1,75 @@
{
"name": "sunweb",
"version": "1.0.8",
"description": "JavaScript SDK that encapsulates the TRON HTTP API",
"main": "dist/SunWeb.node.js",
"scripts": {
"prepare": "npm run build",
"build": "npm run clean && webpack --config webpack.config.js --progress --colors",
"build:dev": "NODE_ENV=development npm run build",
"clean": "rimraf dist",
"test": "npx mocha 'test/**/*.test.js' --timeout 10000",
"test:browser": "npx karma start --single-run --browsers ChromeHeadless",
"coverage": "npm run-script test:browser && npm run-script test",
"btest": "npm run build:dev && npm run test"
},
"dependencies": {
"@babel/runtime": "^7.4.5",
"babel-runtime": "^6.26.0"
},
"devDependencies": {
"tronweb": "^3.2.7",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-istanbul": "^5.1.4",
"babel-plugin-source-map-support": "^2.0.1",
"chai": "^4.1.2",
"chalk": "^2.4.1",
"eth-sig-util": "^2.1.0",
"globby": "^10.0.0",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.1",
"grunt-karma": "^3.0.0",
"husky": "^1.0.0-rc.14",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^6.3.16",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^2.0.2",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^2.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "4.0.0-rc.2",
"matchdep": "^2.0.0",
"mocha": "^10.1.0",
"puppeteer": "^1.8.0",
"rimraf": "^2.6.3",
"source-map-support": "^0.5.12",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5",
"webpack-node-externals": "^1.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tronprotocol/sun-network"
},
"keywords": [
"sunweb",
"tron"
],
"author": "cathyTan",
"license": "ISC",
"bugs": {
"url": "https://github.com/tronprotocol/sun-network/issues"
},
"homepage": "https://github.com/tronprotocol/sun-network/tree/develop/js-sdk#readme"
"name": "sunweb",
"version": "1.0.8",
"description": "JavaScript SDK that encapsulates the TRON HTTP API",
"main": "dist/SunWeb.node.js",
"scripts": {
"prepare": "npm run build",
"build": "npm run clean && webpack --config webpack.config.js --progress --colors",
"build:dev": "NODE_ENV=development npm run build",
"clean": "rimraf dist",
"test": "npx mocha 'test/**/*.test.js' --timeout 10000",
"test:browser": "npx karma start --single-run --browsers ChromeHeadless",
"coverage": "npm run-script test:browser && npm run-script test",
"btest": "npm run build:dev && npm run test"
},
"dependencies": {
"@babel/runtime": "^7.4.5",
"babel-runtime": "^6.26.0"
},
"devDependencies": {
"tronweb": "^3.2.7",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-istanbul": "^5.1.4",
"babel-plugin-source-map-support": "^2.0.1",
"chai": "^4.1.2",
"chalk": "^2.4.1",
"eth-sig-util": "^2.1.0",
"globby": "^10.0.0",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.1",
"grunt-karma": "^3.0.0",
"husky": "^1.0.0-rc.14",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^6.3.16",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^2.0.2",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^2.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "4.0.0-rc.2",
"matchdep": "^2.0.0",
"mocha": "^10.1.0",
"puppeteer": "^1.8.0",
"rimraf": "^2.6.3",
"source-map-support": "^0.5.12",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5",
"webpack-node-externals": "^1.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tronprotocol/sun-network"
},
"keywords": [
"sunweb",
"tron"
],
"author": "cathyTan",
"license": "ISC",
"bugs": {
"url": "https://github.com/tronprotocol/sun-network/issues"
},
"homepage": "https://github.com/tronprotocol/sun-network/tree/develop/js-sdk#readme"
}