format-quantity
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -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 @@ /** |
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
0
20843
10
11
70
1