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 1.0.1 to 1.0.2

dist/format-quantity.cjs.js

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 1.0.1 (2021-02-15)
- Added description to package.json
## 1.0.0 (2021-02-11)

@@ -2,0 +6,0 @@

@@ -0,0 +0,0 @@ /**

44

package.json
{
"version": "1.0.1",
"version": "1.0.2",
"name": "format-quantity",
"author": "Jake Boone <jakeboone02@gmail.com>",
"description": "Number formatter for imperial measurements with support for vulgar fractions",
"files": [
"dist"
],
"main": "./dist/format-quantity.cjs.js",
"module": "./dist/format-quantity.es.js",
"unpkg": "./dist/format-quantity.umd.js",
"typings": "dist/index.d.ts",
"license": "MIT",

@@ -23,9 +30,2 @@ "keywords": [

},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/format-quantity.esm.js",
"unpkg": "dist/format-quantity.umd.production.min.js",
"files": [
"dist"
],
"engines": {

@@ -35,23 +35,19 @@ "node": ">=10"

"scripts": {
"start": "tsdx watch --format cjs,esm,system,umd",
"build": "tsdx build --format cjs,esm,system,umd",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "npm run build",
"start": "vite",
"build": "vite build && tsc",
"test": "jest --coverage",
"publish:npm": "np"
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "avoid",
"tabWidth": 2
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/jest": "^27.4.1",
"gh-pages": "^3.1.0",
"jest": "^27.5.1",
"np": "^7.3.0",
"tsdx": "^0.14.1",
"tslib": "^2.1.0",
"typescript": "^4.1.3"
"prettier": "^2.6.0",
"typescript": "^4.1.5",
"vite": "^2.8.6"
}
}
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