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 5.0.0-beta1-2 to 5.0.0-beta1-3

4

dist/actioncable.js

@@ -0,3 +1,4 @@

var ActionCable
(function() {
this.ActionCable = {
ActionCable = {
INTERNAL: {

@@ -549,3 +550,2 @@ "identifiers": {

// https://github.com/umdjs/umd/blob/master/templates/returnExports.js
var ActionCable = this.ActionCable
if (typeof define === 'function' && define.amd) {

@@ -552,0 +552,0 @@ // AMD. Register as an anonymous module.

@@ -5,3 +5,2 @@ //= require action_cable

// https://github.com/umdjs/umd/blob/master/templates/returnExports.js
var ActionCable = this.ActionCable
if (typeof define === 'function' && define.amd) {

@@ -8,0 +7,0 @@ // AMD. Register as an anonymous module.

{
"name": "actioncable",
"version": "5.0.0-beta1-2",
"version": "5.0.0-beta1-3",
"description": "pre-built for Actioncable client",

@@ -8,3 +8,4 @@ "main": "dist/actioncable.js",

"test": "echo \"Error: no test specified\" && exit 1",
"build": "bash build.sh"
"build": "bash build.sh",
"autopublish": "npm run build && npm version --force $(bundle exec ruby version.rb) && npm publish"
},

@@ -11,0 +12,0 @@ "author": "",

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