numeric-quantity
Advanced tools
Comparing version 0.3.3 to 0.4.0
{ | ||
"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" | ||
} | ||
} |
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
23837
13
580
1
1