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

bellman

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bellman - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

31

package.json
{
"name": "bellman",
"version": "1.1.8",
"version": "1.1.9",
"description": "pretty console logger",
"main": "src-build/index.js",
"main": "build",
"scripts": {
"prepublish": "npm run build",
"build-src": "babel src --retain-lines --out-dir src-build",
"build-test-project": "babel test-project --retain-lines --out-dir test-project-build",
"build": "npm run build-src && npm run build-test-project",
"test-project": "DEBUG=debug* node test-project-build",
"eslint": "eslint $(find . -not -path '*/*-build/*' -and -not -path '*/node_modules/*' -type f -name '*.es6')",
"test": "npm run build && npm run test-project"
"build": "babel src -d build",
"eslint": "eslint src example",
"test": "npm run eslint"
},

@@ -30,13 +27,17 @@ "keywords": [

"dependencies": {
"chalk": "^1.1.1",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"simple-debugger": "^1.0.3",
"chalk": "^2.4.2",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"simple-debugger": "^2.0.1",
"uncolor": "^0.4.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.6",
"eslint": "^1.10.3"
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/node": "^7.6.3",
"@babel/preset-env": "^7.6.3",
"babel-eslint": "^10.0.3",
"babel-plugin-add-module-exports": "^1.0.2",
"eslint": "^6.5.1"
}
}
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