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

format-quantity

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

format-quantity - npm Package Compare versions

Comparing version 0.3.4 to 0.4.0

dist/format-quantity.cjs.js

13

package.json
{
"name": "format-quantity",
"version": "0.3.4",
"version": "0.4.0",
"description": "Format a number as an integer plus fraction, as seen in recipe ingredient lists",

@@ -9,5 +9,9 @@ "repository": {

},
"main": "index.js",
"main": "dist/format-quantity.cjs.js",
"module": "dist/format-quantity.esm.js",
"browser": "dist/format-quantity.umd.js",
"types": "index.d.ts",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "node ./test.js"

@@ -24,3 +28,6 @@ },

"author": "Jake Boone <jakeboone02@gmail.com>",
"license": "MIT"
"license": "MIT",
"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