Socket
Socket
Sign inDemoInstall

regexpu-core

Package Overview
Dependencies
9
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 5.0.1

2

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

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

@@ -193,2 +193,5 @@ # regexpu-core [![Build status](https://github.com/mathiasbynens/regexpu-core/workflows/run-checks/badge.svg)](https://github.com/mathiasbynens/regexpu-core/actions?query=workflow%3Arun-checks) [![regexpu-core on npm](https://img.shields.io/npm/v/regexpu-core)](https://www.npmjs.com/package/regexpu-core)

1. Once the release has been published to npm, update [`regexpu`](https://github.com/mathiasbynens/regexpu) to make use of it, and [cut a new release of `regexpu` as well](https://github.com/mathiasbynens/regexpu#how-to-publish-a-new-release).
## Author

@@ -195,0 +198,0 @@

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

regenerateOptions,
computed = computeCharacterClass(characterClassItem, regenerateOptions),
computed = computeCharacterClass(characterClassItem, regenerateOptions)
) => {

@@ -429,0 +429,0 @@ const negative = characterClassItem.negative;

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