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

ant-app-builder

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ant-app-builder - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

5

lib/index.js

@@ -112,2 +112,7 @@

let code = output[0].code
if (uglify) {
// remove development-only code
code = code.replace(/\/\/ DEV-ONLY-START[\w\W]+\/\/ DEV-ONLY-END$/gm, "")
}
let requires = code.match(ant_require_rx) || []

@@ -114,0 +119,0 @@ // loop all requires

2

package.json
{
"name": "ant-app-builder",
"version": "1.3.2",
"version": "1.3.3",
"description": "",

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

@@ -5,3 +5,3 @@

let srcDir = path.join(__dirname, "temp/test")
let srcDir = path.join(__dirname, "temp/")
let destDir = path.join(__dirname, "temp/_build")

@@ -8,0 +8,0 @@ let uglify = false

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