Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cuecue/core

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cuecue/core - npm Package Compare versions

Comparing version 0.0.40 to 0.0.41

11

dist/index.js

@@ -151,4 +151,13 @@ 'use strict';

class BaseInput extends BasePlugin {}
class BaseInput extends BasePlugin {
cue(cue, extraData = null) {
this.emit('command', 'cue', cue, extraData);
}
interact(data, interactionId = null) {
this.emit('command', 'interact', data, interactionId);
}
}
class BaseOutput extends BasePlugin {}

@@ -155,0 +164,0 @@

4

package.json
{
"name": "@cuecue/core",
"version": "0.0.40",
"version": "0.0.41",
"description": "",

@@ -52,3 +52,3 @@ "keywords": [

},
"gitHead": "82c3cb11882d14efb603064afa9bf8c4384df89f"
"gitHead": "54c4e793bd8a40b499eb535e7b5bd201109a3bae"
}
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