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.9 to 1.4.0

6

lib/index.js

@@ -10,3 +10,3 @@

const buildFileLimit = 1024 * 1024 * 5
const ant_require_rx = /ant_require\(['"](.+?)['"]\)/g
const ant_require_rx = /defiant\.require\(['"](.+?)['"]\)/g

@@ -37,3 +37,3 @@

let ant_require = async function(baseDir, reqStr, exclude) {
let reqPath = FS.path.join(baseDir, reqStr.slice(13,-2))
let reqPath = FS.path.join(baseDir, reqStr.slice(17,-2))
if (!await FS.fileExists(reqPath)) return

@@ -91,3 +91,3 @@

const requireFile = async function(baseDir, reqStr, exclude) {
let reqPath = FS.path.join(baseDir, reqStr.slice(13,-2))
let reqPath = FS.path.join(baseDir, reqStr.slice(17,-2))
if (!await FS.fileExists(reqPath)) return

@@ -94,0 +94,0 @@

{
"name": "ant-app-builder",
"version": "1.3.9",
"version": "1.4.0",
"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