New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

calculator-lib

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

calculator-lib - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

.travis.yml

8

package.json
{
"name": "calculator-lib",
"version": "1.0.2",
"version": "1.1.0",
"description": "Calculate infix / postfix expressions",
"main": "./dist/index.js",
"scripts": {
"test": "NODE_ENV=test mocha --require babel-core/register \"test/**/*.spec.js\"",
"test": "NODE_ENV=test ./node_modules/.bin/mocha --require babel-core/register \"test/**/*.spec.js\"",
"build": "NODE_ENV=production ./node_modules/.bin/babel src --out-dir dist",
"prepublish": "npm run build"
},
"typings": "src/index.d.ts",
"repository": {

@@ -67,4 +68,5 @@ "type": "git",

"babel-preset-stage-2": "^6.24.1",
"chai": "^4.1.2"
"chai": "^4.1.2",
"mocha": "^4.0.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