Socket
Socket
Sign inDemoInstall

bugsy

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0 to 3.0.0-alpha.0

build/bugsy.browser.cjs.js

91

package.json
{
"name": "bugsy",
"version": "2.3.0",
"version": "3.0.0-alpha.0",
"description": "Helper to deal with errors lifecycle in javascript",

@@ -32,49 +32,52 @@ "author": "Nicolas Jakob <nicow.jakob@gmail.com>",

],
"main": "lib/bugsy.js",
"module": "lib/bugsy.es.js",
"jsnext:main": "lib/bugsy.es.js",
"files": [
"build"
],
"main": "build/bugsy.cjs.js",
"module": "build/bugsy.esm.js",
"browser": {
"build/bugsy.cjs.js": "build/bugsy.browser.cjs.js",
"build/bugsy.esm.js": "build/bugsy.browser.esm.js"
},
"typings": "build/index.d.ts",
"sideEffects": false,
"engines": {
"node": ">= 8.0"
},
"scripts": {
"clean": "rimraf lib",
"ava:watch": "cross-env MODULES=cjs ava -w",
"ava": "cross-env MODULES=cjs ava",
"build:commithash": "git rev-parse HEAD > .commithash",
"build:sources": "rollup -c rollup.config.js",
"build:flow": "flow gen-flow-files --out-dir lib src/bugsy.js && cpr lib/bugsy.js.flow lib/bugsy.es.js.flow",
"build": "npm run clean && npm run build:commithash && npm run build:sources && npm run build:flow",
"lint:fix": "eslint --fix .",
"lint": "eslint .",
"flow": "flow check",
"release": "standard-version",
"test": "npm run lint && npm run flow && npm run ava",
"prepublish": "npm run test && npm run build"
"clean": "rimraf build",
"build:typescript": "tsc --noEmit false --emitDeclarationOnly",
"build:rollup": "rollup -c rollup.config.js",
"build": "npm run clean && npm run build:rollup && npm run build:typescript",
"lint": "eslint --ext js,ts,md .",
"pretest": "npm run build",
"test": "jest",
"prepare": "npm run clean && npm run lint && npm run test"
},
"devDependencies": {
"@njakob/hulk": "^2.0.0",
"@njakob/parcel": "^1.2.0",
"ava": "^0.18.1",
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-builtin-extend": "^1.1.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-0": "^6.5.0",
"cpr": "^2.0.2",
"cross-env": "^5.0.0",
"eslint": "^3.19.0",
"eslint-config-njakob": "^4.3.0",
"eslint-plugin-flowtype": "^2.18.2",
"eslint-plugin-import": "^2.2.0",
"flow-bin": "^0.39.0",
"rimraf": "^2.5.4",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-json": "^2.1.1",
"rollup-plugin-node-resolve": "^3.0.0",
"standard-version": "^4.0.0"
},
"ava": {
"require": "babel-register",
"babel": "inherit"
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.4.4",
"@types/jest": "^24.0.13",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"babel-jest": "^24.8.0",
"babel-plugin-module-resolver": "^3.2.0",
"core-js": "^3.1.2",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-import-resolver-babel-module": "^5.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-markdown": "^1.0.0",
"eslint-plugin-unicorn": "^8.0.2",
"jest": "^24.8.0",
"rimraf": "^2.6.3",
"rollup": "^1.12.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.0",
"tslint": "^5.16.0",
"typescript": "^3.4.5"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc