Socket
Socket
Sign inDemoInstall

regexpu-core

Package Overview
Dependencies
9
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.9 to 4.0.10

8

package.json
{
"name": "regexpu-core",
"version": "4.0.9",
"version": "4.0.10",
"description": "regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.",

@@ -52,7 +52,7 @@ "homepage": "https://mths.be/regexpu",

"regenerate": "^1.3.2",
"regenerate-unicode-properties": "^5.0.5",
"regenerate-unicode-properties": "^5.0.6",
"regjsgen": "^0.3.0",
"regjsparser": "^0.2.1",
"unicode-match-property": "^0.2.2",
"unicode-match-property-value": "^2.0.1"
"unicode-match-property-ecmascript": "^1.0.0",
"unicode-match-property-value-ecmascript": "^1.0.0"
},

@@ -59,0 +59,0 @@ "devDependencies": {

@@ -6,4 +6,4 @@ 'use strict';

const regenerate = require('regenerate');
const unicodeMatchProperty = require('unicode-match-property');
const unicodeMatchPropertyValue = require('unicode-match-property-value');
const unicodeMatchProperty = require('unicode-match-property-ecmascript');
const unicodeMatchPropertyValue = require('unicode-match-property-value-ecmascript');
const iuMappings = require('./data/iu-mappings.js');

@@ -10,0 +10,0 @@ const ESCAPE_SETS = require('./data/character-class-escape-sets.js');

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