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

@spare/regex-charset

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spare/regex-charset - npm Package Compare versions

Comparing version 0.9.0-alpha.0 to 0.9.0

2

dist/index.cjs.js

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

const ASTRAL = /[\uD800-\uDBFF][\uDC00-\uDFFF]/;
const HAN = /[\u4e00-\u9fff]/; // HAN ideographs
const HAN = /[\u4e00-\u9fa5]|[\uff00-\uffff]/; // HAN ideographs
//

@@ -12,0 +12,0 @@ // Block Range Comment

@@ -5,3 +5,3 @@ const ANSI_ALPHA = /(?:(?:[a-zA-Z\d]*(?:;[-a-zA-Z\d\/#&.:=?%@~_]*)*)?)/;

const ASTRAL = /[\uD800-\uDBFF][\uDC00-\uDFFF]/;
const HAN = /[\u4e00-\u9fff]/; // HAN ideographs
const HAN = /[\u4e00-\u9fa5]|[\uff00-\uffff]/; // HAN ideographs
//

@@ -8,0 +8,0 @@ // Block Range Comment

{
"name": "@spare/regex-charset",
"version": "0.9.0-alpha.0",
"version": "0.9.0",
"description": "Regex sets",

@@ -33,3 +33,3 @@ "main": "dist/index.cjs.js",

"homepage": "https://github.com/gadge/spare#readme",
"gitHead": "eb5ff05e7cc744c243bc8e161c0a735efe99c7aa"
"gitHead": "c0560728c0c1898e8b336d8df130f3ed7b001f8a"
}
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