New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ardoq-local-plugins

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ardoq-local-plugins - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

sample_plugin/backup-local-1482232219221.js

1

index.js

@@ -0,1 +1,2 @@

#!/usr/bin/env node
'use strict';

@@ -2,0 +3,0 @@

{
"name": "ardoq-local-plugins",
"version": "0.0.1",
"version": "0.0.2",
"description": "Script that allows for local development of plugins.",

@@ -16,3 +16,10 @@ "main": "index.js",

"unirest": "^0.5.1"
},
"bin": {
"ardoq-local-plugins": "index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/ardoq/ardoq-local-plugins.git"
}
}

6

sample_plugin/plugin.js
{
init: function(){
//add your initializing code here.
LOG.log("init", this)
LOG.log("init", this);
},
localRender: function (){
localRender:function(){
//add your rendering code here
LOG.log('im updated again, hello!');
LOG.log(this);
}
}
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