Socket
Socket
Sign inDemoInstall

jsesc

Package Overview
Dependencies
0
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.1 to 2.5.2

4

jsesc.js

@@ -74,3 +74,3 @@ 'use strict';

const regexDigit = /[0-9]/;
const regexWhitelist = /[ !#-&\(-\[\]-~]/;
const regexWhitelist = /[ !#-&\(-\[\]-_a-~]/;

@@ -328,4 +328,4 @@ const jsesc = (argument, options) => {

jsesc.version = '2.5.1';
jsesc.version = '2.5.2';
module.exports = jsesc;
{
"name": "jsesc",
"version": "2.5.1",
"version": "2.5.2",
"description": "Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.",

@@ -5,0 +5,0 @@ "homepage": "https://mths.be/jsesc",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc