Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stablelib/binary

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stablelib/binary - npm Package Compare versions

Comparing version 0.2.5 to 0.5.0

lib/binary.d.ts

8

package.json
{
"name": "@stablelib/binary",
"version": "0.2.5",
"version": "0.5.0",
"description": "Binary encoding and decoding",
"main": "./dist/binary.js",
"typings": "./dist/binary.d.ts",
"main": "./lib/binary.js",
"typings": "./lib/binary.d.ts",
"author": "Dmitry Chestnykh",

@@ -17,4 +17,4 @@ "license": "MIT",

"dependencies": {
"@stablelib/int": "^0.2.5"
"@stablelib/int": "^0.5.0"
}
}

@@ -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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc