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

ordered-binary

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ordered-binary - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

index.cjs

14

package.json
{
"name": "ordered-binary",
"author": "Kris Zyp",
"version": "1.0.0",
"version": "1.1.0",
"description": "Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order",

@@ -14,11 +14,15 @@ "license": "MIT",

},
"main": "./index.js",
"type": "module",
"main": "index.cjs",
"module": "main.mjs",
"typings": "./index.d.ts",
"dependencies": {},
"dependencies": {
"esm": "^3.2.25"
},
"optionalDependencies": {},
"devDependencies": {
"mocha": "^4",
"@types/node": "latest",
"chai": "^4",
"@types/node": "latest"
"mocha": "^4"
}
}
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