Socket
Socket
Sign inDemoInstall

@stablelib/float

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.5 to 0.5.0

lib/float.d.ts

6

package.json
{
"name": "@stablelib/float",
"version": "0.2.5",
"version": "0.5.0",
"description": "Floating-point number utilities",
"main": "./dist/float.js",
"typings": "./dist/float.d.ts",
"main": "./lib/float.js",
"typings": "./lib/float.d.ts",
"author": "Dmitry Chestnykh",

@@ -8,0 +8,0 @@ "license": "MIT",

@@ -7,2 +7,3 @@ {

"noUnusedParameters": true,
"noImplicitReturns": true,
"noUnusedLocals": true,

@@ -15,3 +16,3 @@ "removeComments": false,

"declaration": true,
"outDir": "dist",
"outDir": "lib",
"lib": [

@@ -26,4 +27,4 @@ "es5",

"node_modules",
"dist"
"lib"
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc