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.1.6 to 0.1.7

8

package.json
{
"name": "chnl",
"version": "0.1.6",
"version": "0.1.7",
"description": "Simple javascript channels compatible with Chrome extensions events API",
"main": "./lib/index.js",
"main": "./es5/index.js",
"author": {

@@ -16,4 +16,4 @@ "name": "Vitaliy Potapov",

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

@@ -20,0 +20,0 @@ },

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