Socket
Socket
Sign inDemoInstall

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.6.3 to 1.6.4

3

lib/index.js

@@ -360,2 +360,3 @@

let author = getMetaValue(meta, "author")
let license = getMetaValue(meta, "license")

@@ -460,3 +461,3 @@ // perform build tasks - if any

let icon = file.toString()
let info = ` xmlns="http://www.w3.org/2000/svg" ns="${namespace}" id="${appId}" name="${name}" author="${author}" version="${version}" size="${size}" mStamp="${Math.round(stat.birthtimeMs)}"`
let info = ` xmlns="http://www.w3.org/2000/svg" ns="${namespace}" id="${appId}" name="${name}" author="${author}" version="${version}" size="${size}" license="${license}" mStamp="${Math.round(stat.birthtimeMs)}"`
icon = icon

@@ -463,0 +464,0 @@ .replace(' xmlns="http://www.w3.org/2000/svg"', info)

{
"name": "defiant-builder",
"version": "1.6.3",
"version": "1.6.4",
"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