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

actioncable

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

actioncable - npm Package Compare versions

Comparing version 0.1.1 to 5.0.0-beta1-2

build.sh

7

package.json
{
"name": "actioncable",
"version": "0.1.1",
"version": "5.0.0-beta1-2",
"description": "pre-built for Actioncable client",
"main": "dist/cable.js",
"main": "dist/actioncable.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "bash build.sh"
},

@@ -9,0 +10,0 @@ "author": "",

@@ -1,6 +0,12 @@

## update and build
# Actioncable client
## Install
```sh
bundle update
bundle exec ruby build.rb > dist/cable.js
npm install actioncable
```
## Update and build
```sh
build.sh
```

Sorry, the diff of this file is not supported yet

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