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.7.1 to 1.7.2

4

lib/index.js

@@ -179,3 +179,3 @@

names.map(key => {
let rx = new RegExp(`\b${key}\b`, "g")
let rx = new RegExp(`\\b${key}\\b`, "g")
str = str.replace(rx, `${key}-${id}`)

@@ -190,3 +190,3 @@ })

names.map(key => {
let rx = new RegExp(`\b${key}\b`, "g")
let rx = new RegExp(`\\b${key}\\b`, "g")
str = str.replace(rx, `${key}-${id}`)

@@ -193,0 +193,0 @@ })

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