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

defiant-builder

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

defiant-builder - npm Package Compare versions

Comparing version 1.7.4 to 1.7.5

5

lib/index.js

@@ -414,4 +414,5 @@

let runRequires = runReqs ? {} : false
if (runReqs) {
runReqs.entry.map(item => runRequires[item._attributes.id] = item._attributes.description)
if (runReqs?.entry) {
let entries = runReqs.entry.constructor === Array ? runReqs.entry : [runReqs.entry]
entries.map(item => runRequires[item._attributes.id] = item._attributes.description)
}

@@ -418,0 +419,0 @@

2

package.json
{
"name": "defiant-builder",
"version": "1.7.4",
"version": "1.7.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib",

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