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

edp-core

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edp-core - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

4

lib/log.js

@@ -95,2 +95,6 @@ /***************************************************************************

process.stdout.write(msg);
if (typeof process.stdout.clearLine !== 'function') {
process.stdout.write('\n');
}
flag.set();

@@ -97,0 +101,0 @@ }

2

package.json
{
"name": "edp-core",
"version": "0.0.16",
"version": "0.0.17",
"description": "",

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

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