backtrace-js
Advanced tools
Comparing version 0.0.12 to 1.0.0-alpha.0
{ | ||
"name": "backtrace-js", | ||
"version": "0.0.12", | ||
"version": "1.0.0-alpha.0", | ||
"description": "Backtrace.io error reporting tool for client-side applications", | ||
"main": "lib/index.js", | ||
"browser": "./lib/app.js", | ||
"files": [ | ||
"/source", | ||
"/lib" | ||
], | ||
"author": "Backtrace <team@backtrace.io>", | ||
"keywords": [ | ||
"Error", | ||
"Reporting", | ||
"Diagnostic", | ||
"Tool", | ||
"Bug", | ||
"Bugs", | ||
"StackTrace" | ||
], | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:backtrace-labs/backtrace-node.git" | ||
}, | ||
"scripts": { | ||
"test": "mocha --require ts-node/register -r ./tsconfig.json --project tsconfig.json test/**/*.ts", | ||
"lint": "tslint -p ./tsconfig.json", | ||
"format": "prettier --write \"source/**/*.ts\" \"source/**/*.js\"", | ||
"build": "./node_modules/.bin/webpack", | ||
"watch": "./node_modules/.bin/webpack --watch", | ||
"build:production": "cross-env NODE_ENV=production ./node_modules/.bin/webpack -p", | ||
"prepublish": "npm run build:production" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.18.0", | ||
"form-data": "^2.3.3", | ||
"json-stringify-safe": "^5.0.1" | ||
}, | ||
"devDependencies": { | ||
"browserify": "~13.1.1", | ||
"serve-static": "~1.11.1", | ||
"streamsink": "~1.2.0" | ||
"@types/chai": "^4.1.7", | ||
"@types/expect": "^1.20.4", | ||
"@types/form-data": "^2.2.1", | ||
"@types/json-stringify-safe": "^5.0.0", | ||
"@types/mocha": "^5.2.6", | ||
"@types/nock": "^9.3.1", | ||
"@types/node": "^11.13.18", | ||
"chai": "~4.2.0", | ||
"cross-env": "^5.2.0", | ||
"fork-ts-checker-webpack-plugin": "^1.4.3", | ||
"mocha": "^5.2.0", | ||
"nock": "^10.0.6", | ||
"ts-loader": "^6.0.4", | ||
"ts-node": "^8.0.3", | ||
"tslint": "^5.18.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^3.5.0", | ||
"webpack": "^4.39.0", | ||
"webpack-cli": "^3.3.6", | ||
"webpack-node-externals": "^1.7.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
190173
17
944
0
3
20
+ Addedaxios@^0.18.0
+ Addedform-data@^2.3.3
+ Addedjson-stringify-safe@^5.0.1
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@0.18.1(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedfollow-redirects@1.5.10(transitive)
+ Addedform-data@2.5.2(transitive)
+ Addedis-buffer@2.0.5(transitive)
+ Addedjson-stringify-safe@5.0.1(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedsafe-buffer@5.2.1(transitive)