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

quick-format-unescaped

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quick-format-unescaped - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

index.js

@@ -10,3 +10,3 @@ var safeStringify = require('fast-safe-stringify')

if (typeof f !== 'string') {
const objects = new Array(args.length)
var objects = new Array(args.length)
for (var index = 0; index < args.length; index++) {

@@ -96,2 +96,2 @@ objects[index] = ss(args[index])

return str
}
}
{
"name": "quick-format-unescaped",
"version": "1.1.0",
"version": "1.1.1",
"description": "Solves a problem with util.format",

@@ -5,0 +5,0 @@ "main": "index.js",

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