Socket
Socket
Sign inDemoInstall

debug-fabulous

Package Overview
Dependencies
17
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 2.0.0-0

lib/index.js

85

package.json
{
"name": "debug-fabulous",
"version": "1.1.0",
"version": "2.0.0-0",
"description": "visionmedia debug extensions rolled into one",
"main": "index.js",
"scripts": {
"lint": "eslint !./node_modules *.js ./**/*.js",
"mocha": "mocha",
"test": "npm run lint && mocha ./test/**/*test.js ./test/*.test.js"
},
"repository": {
"type": "git",
"url": "http://www.github.com/nmccready/debug-fabulous"
},
"keywords": [

@@ -20,17 +10,72 @@ "debug",

],
"repository": {
"type": "git",
"url": "http://www.github.com/nmccready/debug-fabulous"
},
"license": "MIT",
"author": "Nicholas McCready",
"license": "MIT",
"contributors": [
"Joe Ibershoff (https://github.com/zacronos)"
],
"files": [
"lib",
"src",
"umd",
"module"
],
"main": "lib/index.js",
"module": "module/index.js",
"scripts": {
"build": "yarn rollup -c ./rollup.config.ts",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"docs:api:markdown": "yarn typedoc --theme markdown --exclude ./src/test --out ./docs/api ./src",
"docs:api:website": "yarn typedoc --exclude ./src/test --out docs ./src",
"jest": "node -r esm ./node_modules/.bin/jest",
"lint": "eslint --ext .js,.ts,.tsx *.js src --color",
"mocha": "mocha",
"postinstall:1": "yarn js-common-editorconfig-clone",
"postinstall:2": "yarn js-common-eslint-config-react-mono-clone && js-common-babel-config-clone",
"postinstall:3": "yarn js-common-prettierrc-clone && yarn js-common-eslint-config-mono-clone",
"prepare": "yarn postinstall:1 && yarn postinstall:2 && yarn postinstall:3 && yarn sort-package-json",
"test": "yarn lint && yarn jest",
"test:ci": "yarn test --coverage && yarn coveralls",
"preversion": "yarn build"
},
"dependencies": {
"debug": "3.X",
"memoizee": "0.4.X",
"object-assign": "4.X"
"debug": "^4",
"memoizee": "0.4",
"object-assign": "4"
},
"devDependencies": {
"@types/debug": "^4",
"@znemz/js-common-babel-config": "^0.0.23",
"@znemz/js-common-babel-config-clone": "^0.0.23",
"@znemz/js-common-editorconfig-clone": "^0.0.23",
"@znemz/js-common-eslint-config-mono-clone": "^0.0.23",
"@znemz/js-common-eslint-config-react-mono-clone": "^0.0.23",
"@znemz/js-common-gulp-monorepo-typescript": "^0.0.23",
"@znemz/js-common-prettierrc-clone": "^0.0.23",
"@znemz/react-extras-jest": "^1.1.0",
"JSONStream": "1.X",
"chai": "4.X",
"eslint": "4.X",
"bluebird": "^3.5.5",
"coveralls": "^3.0.4",
"del": "^4.1.1",
"esm": "^3.2.22",
"gulp-run": "^1.7.1",
"hook-std": "0.X",
"memwatch-next": "0.3.X",
"mocha": "4.X"
}
"node-memwatch": "^1.0.1",
"prettier": "^1.18.2",
"react": "^16.8",
"rollup": "^1.20.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-typescript": "^1.0.1",
"sort-package-json": "^1.21.0",
"typedoc": "^0.15.0",
"typedoc-plugin-markdown": "^2.1.4",
"typescript": "3.5"
},
"engines": {
"node": ">= 8"
},
"umd": "umd/index.js"
}

Sorry, the diff of this file is not supported yet

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