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

bytestreamjs

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bytestreamjs - npm Package Compare versions

Comparing version 1.0.0 to 1.0.12

build/bytestream.js

50

package.json
{
"name": "bytestreamjs",
"version": "1.0.0",
"description": "ES6 version of ByteStream",
"main": "index.js",
"author": {
"email": "yury@strozhevsky.com",
"name": "Yury Strozhevsky"
},
"description": "ByteStream is a library making possibe to manipulates single bytes and bits on pure JavaScript",
"contributors": [
{
"email": "rmh@unmitigatedrisk.com",
"name": "Ryan Hurst"
}
],
"repository": {
"type": "git",
"url": "git://github.com/PeculiarVenturess/ByteStream.js.git"
},
"devDependencies": {
"babel-cli": "latest",
"babel-plugin-istanbul": "^4.1.5",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "latest",
"cross-env": "^5.1.4",
"eslint": "^4.19.1",
"mocha": "^3.0.2",
"nyc": "^11.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "babel src --compact=false --out-dir build --source-maps",
"watch": "babel src --compact=false --out-dir build --source-maps --watch",
"test": "cross-env NODE_ENV=test nyc mocha --require babel-register --require babel-polyfill",
"prepublishOnly": "npm run build"
},
"author": "Yury Strozhevsky",
"license": "ISC"
"keywords": [
"ES6",
"ES2015",
"stream",
"bit",
"byte",
"access"
],
"name": "bytestreamjs",
"version": "1.0.12",
"jsnext:main": "./src/bytestream.js",
"module": "./src/bytestream.js",
"main": "./build/bytestream.js",
"license": "MIT"
}
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