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

ean-platter

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ean-platter - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

6

bin/ean-platter.js
#!/usr/bin/env node
var lib = require('../lib/index.js');
var greeting = lib.hello('ean');
console.log(greeting);
lib.hello()
var path = require('path')
var hello = function(name) {
console.log(path.dirname());
};
console.log(path.resolve('../app/App.js'))
var shell = require('shelljs');
const hello = shell.exec('npm start', {silent:true});
exports.hello = hello;
{
"name": "ean-platter",
"version": "0.1.6",
"version": "0.1.7",
"description": "ean",

@@ -14,3 +14,6 @@ "main": "lib/index.js",

"license": "ISC",
"preferGlobal": "true"
"preferGlobal": "true",
"dependencies": {
"shelljs": "^0.6.0"
}
}

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