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

duh-core

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duh-core - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

6

lib/expand-all.js

@@ -6,3 +6,3 @@ 'use strict';

module.exports = duh => {
module.exports = duh => new Promise((resolve) => {

@@ -26,3 +26,3 @@ // expand ports

return duh;
};
resolve(duh);
});
{
"name": "duh-core",
"version": "0.3.0",
"version": "0.4.0",
"description": "DUH core",

@@ -5,0 +5,0 @@ "main": "lib/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