Socket
Socket
Sign inDemoInstall

@covector/assemble

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@covector/assemble - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

7

index.js

@@ -163,3 +163,8 @@ const unified = require("unified");

return Promise.all(commands);
return Promise.all(commands).then((values) =>
values.reduce(
(acc, current) => (!current ? acc : acc.concat([current])),
[]
)
);
};

@@ -166,0 +171,0 @@

2

package.json
{
"name": "@covector/assemble",
"version": "0.0.2",
"version": "0.0.3",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "files": [

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