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

mec

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mec - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "mec",
"version": "0.1.3",
"version": "0.1.4",
"description": "This package helps to create multi-layer chains upon Ethereum Network. Also it provides easy to use nodejs API to any of consortium network and helps to manage all of them at the same time",

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

@@ -25,3 +25,3 @@ const keys = require('../appStructure/keyElements.js')

if(input != '') {
service.app[method](inputs, { from: acc() }, (err,res)=>{
service.app[method](input, { from: acc() }, (err,res)=>{
if(res) {

@@ -28,0 +28,0 @@ let abi = service.howTo(method);

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