Socket
Socket
Sign inDemoInstall

web-streams-polyfill

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-streams-polyfill - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

10

package.json
{
"name": "web-streams-polyfill",
"version": "1.2.0",
"version": "1.2.1",
"description": "Web Streams, based on the WHATWG spec reference implementation",

@@ -9,6 +9,5 @@ "main": "dist/polyfill.js",

"test": "(cd spec/reference-implementation ; npm install && npm run test)",
"bundle": "rollup index.es6.js > dist/polyfill.es6.js",
"transpile": "babel dist/polyfill.es6.js -o dist/polyfill.js",
"bundle": "browserify index.es6.js -o dist/polyfill.js -t [ babelify ]",
"minify": "uglifyjs dist/polyfill.js -o dist/polyfill.min.js -c",
"build": "npm run bundle && npm run transpile && npm run minify"
"build": "npm run bundle && npm run minify"
},

@@ -38,5 +37,6 @@ "files": [

"babel-register": "^6.6.0",
"rollup": "^0.25.4",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"uglify-js": "^2.6.2"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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