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

imdone-echo-plugin

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

imdone-echo-plugin - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

5

index.js

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

var winston = require('winston'),
path = require('path');
var path = require('path');

@@ -13,3 +12,3 @@ module.exports = function(config, repo) {

log = require('debug')(this.config.name || 'imdone-echo-plugin');
var log = require('debug')(this.config.name || 'imdone-echo-plugin');

@@ -16,0 +15,0 @@ log("Logging events for: %s", repo.getId());

2

package.json
{
"name": "imdone-echo-plugin",
"version": "0.0.0",
"version": "0.0.1",
"description": "imdone-echo-plugin ==================",

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

@@ -12,3 +12,6 @@ imdone-echo-plugin

### Install
npm install -g imdone-echo-plugin
1. `npm install -g imdone-echo-plugin`
2. `cd /my/project/folder` One that already has a `.imdone/config` or create it.
3. `export DEBUG=imdone:echo`
4. `imdone -o`

@@ -15,0 +18,0 @@ ### Plugin interface

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