Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

backtrace-js

Package Overview
Dependencies
Maintainers
5
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backtrace-js - npm Package Compare versions

Comparing version 0.0.12 to 1.0.0-alpha.0

CHANGELOG.md

58

package.json
{
"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"
}
}
lib/index.js
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc