New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chnl

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chnl - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

11

package.json
{
"name": "chnl",
"version": "0.2.0",
"version": "0.2.1",
"description": "Chrome compatible javascript channels",

@@ -16,8 +16,7 @@ "main": "./es5/index.js",

"coveralls": "coveralls < coverage/lcov.info",
"clean": "rm -rf ./es5",
"compile": "babel ./src --out-dir ./es5",
"publish": "npm run clean && npm run compile && npm publish && git push --follow-tags",
"babel": "rm -rf ./es5 && babel ./src --out-dir ./es5",
"publish-to-npm": "npm run babel && npm publish && git push --follow-tags",
"pre-release": "npm run code && npm test",
"release-patch": "npm run pre-release && npm version patch && npm run publish",
"release-minor": "npm run pre-release && npm version minor && npm run publish"
"release-patch": "npm run pre-release && npm version patch && npm run publish-to-npm",
"release-minor": "npm run pre-release && npm version minor && npm run publish-to-npm"
},

@@ -24,0 +23,0 @@ "devDependencies": {

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