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.5 to 1.7.6

2

lib/index.js

@@ -192,2 +192,4 @@

code = code.replace(/(['"])~\/(.+?)(['"])/g, `$1/app/${namespace}/${id}/$2$3`)
// prevent script from breaking
code = code.replace(/\]\]>/g, "]\\]>");

@@ -194,0 +196,0 @@ if (uglify) {

2

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

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

@@ -5,6 +5,6 @@

let source = path.join(__dirname, "temp/spotify")
let source = path.join(__dirname, "temp/eniac")
let destination = path.join(__dirname, "temp/_build")
let uglify = false
let compress = true
let compress = false

@@ -11,0 +11,0 @@ let runIt = async () => {

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