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

klark-js-plugins

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

klark-js-plugins - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "klark-js-plugins",
"version": "1.0.1",
"version": "1.0.2",
"description": "Plugin modules for KlarkJS",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -59,5 +59,5 @@ # klark plugins

1) In the root project folder install klark-plugins
1) In the root project folder install klark-js-plugins
> `npm install --save klark-plugins`
> `npm install --save klark-js-plugins`

@@ -71,3 +71,3 @@ 2) Open the file that contains the Klark registration code.

// locate the klark plugins inside the node_modules folder
var klarkPlugins = `node_modules/klark-plugins/plugins/**/*.js`;
var klarkPlugins = `node_modules/klark-js-plugins/plugins/**/*.js`;

@@ -96,4 +96,4 @@ klark.run({

var klarkPlugins = [
`node_modules/klark-plugins/plugins/generators/create-user.module.js`,
`node_modules/klark-plugins/plugins/models/user/index.js`
`node_modules/klark-js-plugins/plugins/generators/create-user.module.js`,
`node_modules/klark-js-plugins/plugins/models/user/index.js`
];

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