prototype-helper
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -0,0 +0,0 @@ { |
{ | ||
"name": "prototype-helper", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"private": false, | ||
@@ -25,3 +25,4 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"consola": "^2.15.3" | ||
"consola": "^2.15.3", | ||
"decimal.js": "^10.3.1" | ||
}, | ||
@@ -28,0 +29,0 @@ "devDependencies": { |
@@ -56,2 +56,5 @@ <img src="https://capsule-render.vercel.app/api?type=waving&color=343a40&height=210§ion=header&text=Typescript Prototype Helper&fontSize=50&fontAlignY=35&fontColor=adb5bd" /> | ||
console.log((35).ampersand(0.8)); // 0.6 | ||
console.log(39225.3 % 0.01); // 2.0938424605265737e-12 | ||
console.log((39225.3).ampersand(0.01)); // 0 | ||
``` | ||
@@ -58,0 +61,0 @@ |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
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
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
207
0
8341
2
6
38
1
+ Addeddecimal.js@^10.3.1
+ Addeddecimal.js@10.5.0(transitive)