Comparing version 4.2.0 to 4.2.2
@@ -9,3 +9,3 @@ "use strict"; | ||
/*! | ||
* XRegExp.build 4.2.0 | ||
* XRegExp.build 4.2.2 | ||
* <xregexp.com> | ||
@@ -12,0 +12,0 @@ * Steven Levithan (c) 2012-present MIT License |
@@ -9,3 +9,3 @@ "use strict"; | ||
/*! | ||
* XRegExp.matchRecursive 4.2.0 | ||
* XRegExp.matchRecursive 4.2.2 | ||
* <xregexp.com> | ||
@@ -12,0 +12,0 @@ * Steven Levithan (c) 2009-present MIT License |
"use strict"; | ||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -8,4 +10,6 @@ value: true | ||
var _getIterator2 = _interopRequireDefault(require("@babel/runtime/core-js/get-iterator")); | ||
/*! | ||
* XRegExp Unicode Base 4.2.0 | ||
* XRegExp Unicode Base 4.2.2 | ||
* <xregexp.com> | ||
@@ -208,3 +212,3 @@ * Steven Levithan (c) 2008-present MIT License | ||
try { | ||
for (var _iterator = data[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) { | ||
for (var _iterator = (0, _getIterator2.default)(data), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) { | ||
var item = _step.value; | ||
@@ -211,0 +215,0 @@ |
"use strict"; | ||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -10,6 +12,4 @@ value: true | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
/*! | ||
* XRegExp Unicode Blocks 4.2.0 | ||
* XRegExp Unicode Blocks 4.2.2 | ||
* <xregexp.com> | ||
@@ -16,0 +16,0 @@ * Steven Levithan (c) 2010-present MIT License |
"use strict"; | ||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -10,6 +12,4 @@ value: true | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
/*! | ||
* XRegExp Unicode Categories 4.2.0 | ||
* XRegExp Unicode Categories 4.2.2 | ||
* <xregexp.com> | ||
@@ -16,0 +16,0 @@ * Steven Levithan (c) 2010-present MIT License |
"use strict"; | ||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -10,6 +12,4 @@ value: true | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
/*! | ||
* XRegExp Unicode Properties 4.2.0 | ||
* XRegExp Unicode Properties 4.2.2 | ||
* <xregexp.com> | ||
@@ -16,0 +16,0 @@ * Steven Levithan (c) 2012-present MIT License |
"use strict"; | ||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -10,6 +12,4 @@ value: true | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
/*! | ||
* XRegExp Unicode Scripts 4.2.0 | ||
* XRegExp Unicode Scripts 4.2.2 | ||
* <xregexp.com> | ||
@@ -16,0 +16,0 @@ * Steven Levithan (c) 2010-present MIT License |
"use strict"; | ||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -24,4 +26,2 @@ value: true | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
(0, _build.default)(_xregexp.default); | ||
@@ -28,0 +28,0 @@ (0, _matchrecursive.default)(_xregexp.default); |
{ | ||
"name": "xregexp", | ||
"version": "4.2.0", | ||
"version": "4.2.2", | ||
"description": "Extended regular expressions", | ||
@@ -40,2 +40,3 @@ "homepage": "http://xregexp.com/", | ||
"@babel/core": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-runtime": "^7.0.0-beta.53", | ||
"@babel/preset-env": "^7.0.0-beta.47", | ||
@@ -52,3 +53,6 @@ "babel-plugin-add-module-exports": "^0.2.1", | ||
"zuul": "^3.11.1" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.0.0-beta.53" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# XRegExp 4.2.0 | ||
# XRegExp 4.2.2 | ||
@@ -3,0 +3,0 @@ [![Build Status](https://travis-ci.org/slevithan/xregexp.svg?branch=master)](https://travis-ci.org/slevithan/xregexp) |
/*! | ||
* XRegExp.build 4.2.0 | ||
* XRegExp.build 4.2.2 | ||
* <xregexp.com> | ||
@@ -4,0 +4,0 @@ * Steven Levithan (c) 2012-present MIT License |
/*! | ||
* XRegExp.matchRecursive 4.2.0 | ||
* XRegExp.matchRecursive 4.2.2 | ||
* <xregexp.com> | ||
@@ -4,0 +4,0 @@ * Steven Levithan (c) 2009-present MIT License |
/*! | ||
* XRegExp Unicode Base 4.2.0 | ||
* XRegExp Unicode Base 4.2.2 | ||
* <xregexp.com> | ||
@@ -4,0 +4,0 @@ * Steven Levithan (c) 2008-present MIT License |
/*! | ||
* XRegExp Unicode Blocks 4.2.0 | ||
* XRegExp Unicode Blocks 4.2.2 | ||
* <xregexp.com> | ||
@@ -4,0 +4,0 @@ * Steven Levithan (c) 2010-present MIT License |
/*! | ||
* XRegExp Unicode Categories 4.2.0 | ||
* XRegExp Unicode Categories 4.2.2 | ||
* <xregexp.com> | ||
@@ -4,0 +4,0 @@ * Steven Levithan (c) 2010-present MIT License |
/*! | ||
* XRegExp Unicode Properties 4.2.0 | ||
* XRegExp Unicode Properties 4.2.2 | ||
* <xregexp.com> | ||
@@ -4,0 +4,0 @@ * Steven Levithan (c) 2012-present MIT License |
/*! | ||
* XRegExp Unicode Scripts 4.2.0 | ||
* XRegExp Unicode Scripts 4.2.2 | ||
* <xregexp.com> | ||
@@ -4,0 +4,0 @@ * Steven Levithan (c) 2010-present MIT License |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
619048
12870
1
14
1
1
+ Added@babel/runtime@7.26.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)