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

@smart-moov/plugin

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smart-moov/plugin - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

13

dist/ChatbotPlugin.js

@@ -73,3 +73,16 @@ "use strict";

}
/**
* Returns autocomplete for configuration
*
* @param {string} query Query string
* @param {object} ctx Context
*/
autocomplete(query, ctx) {
return _asyncToGenerator(function* () {
return [];
})();
}
}

@@ -76,0 +89,0 @@

2

package.json
{
"name": "@smart-moov/plugin",
"description": "Base for Smart Moov plugins, available in the Smart Moov Marketplace",
"version": "1.1.1",
"version": "1.1.2",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "repository": "git@github.com:smart-moov/plugin.git",

@@ -49,2 +49,12 @@ import Plugin from './Plugin'

}
/**
* Returns autocomplete for configuration
*
* @param {string} query Query string
* @param {object} ctx Context
*/
async autocomplete (query, ctx) {
return []
}
}

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