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

numeric-quantity

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

numeric-quantity - npm Package Compare versions

Comparing version 0.3.3 to 0.4.0

dist/numeric-quantity.cjs.js

13

package.json
{
"name": "numeric-quantity",
"version": "0.3.3",
"version": "0.4.0",
"description": "Convert integer plus fraction into a decimal value",
"main": "index.js",
"main": "dist/numeric-quantity.cjs.js",
"module": "dist/numeric-quantity.esm.js",
"browser": "dist/numeric-quantity.umd.js",
"types": "index.d.ts",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "node ./test.js"

@@ -25,3 +29,6 @@ },

},
"homepage": "https://github.com/jakeboone02/numeric-quantity"
"homepage": "https://github.com/jakeboone02/numeric-quantity",
"devDependencies": {
"rollup": "^1.20.0"
}
}
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