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

binary-data-types

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binary-data-types - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

dist/binary-data-types.cjs.js

19

package.json
{
"name": "binary-data-types",
"version": "0.0.2",
"version": "0.0.3",
"description": "Binary data types.",
"main": "index.js",
"main": "./dist/binary-data-types.cjs.js",
"module": "./index.js",
"es2015": "./dist/binary-data-types.js",
"browser": "./dist/binary-data-types.umd.js",
"jsdelivr": "./dist/binary-data-types.min.js",
"unpkg": "./dist/binary-data-types.min.js",
"scripts": {
"test": "test"
"test": "test",
"build": "rollup --config"
},

@@ -23,3 +29,8 @@ "repository": {

},
"homepage": "https://github.com/rochars/binary-data-types#readme"
"homepage": "https://github.com/rochars/binary-data-types#readme",
"devDependencies": {
"google-closure-compiler-js": "^20180610.0.0",
"rollup": "^0.61.2",
"rollup-plugin-closure-compiler-js": "^1.0.6"
}
}
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