New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prototype-helper

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prototype-helper - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

0

.vscode/settings.json

@@ -0,0 +0,0 @@ {

5

package.json
{
"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&section=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

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