Socket
Socket
Sign inDemoInstall

hemera-plugin

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hemera-plugin - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

1

index.js

@@ -38,2 +38,3 @@ 'use strict'

fn[Symbol.for('name')] = options.name
fn[Symbol.for('skip-override')] = options.scoped === false

@@ -40,0 +41,0 @@ return fn

6

package.json
{
"name": "hemera-plugin",
"version": "1.0.0",
"version": "1.1.0",
"description": "This is a plugin helper for hemera",

@@ -16,7 +16,7 @@ "main": "index.js",

"dependencies": {
"semver": "5.3.x"
"semver": "5.5.x"
},
"devDependencies": {
"nats-hemera": "^4.0.0"
"nats-hemera": ">=5.0.0-rc.1"
}
}

@@ -56,2 +56,3 @@ # Hemera-plugin package

dependencies: ['plugin2'], // won't be checked until you use `hemera.checkPluginDependencies(plugin)`
scoped: false, // when false no hemera plugin is created. This is useful if you want to extend the core but don't need a seperate plugin scope.
options: { host: 'localhost', port: 8003 } // default options for your plugin

@@ -58,0 +59,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