xregexp-quotemeta
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "xregexp-quotemeta", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "\\Q..\\E (quotemeta) support for XRegExp", | ||
@@ -29,3 +29,3 @@ "homepage": "https://github.com/mintern/xregexp-quotemeta", | ||
"scripts": { | ||
"prepublish": "./.build", | ||
"prepare": "./.build", | ||
"pretest": "./.build", | ||
@@ -35,8 +35,9 @@ "test": "node test.js" | ||
"devDependencies": { | ||
"assert": "^1.4.1", | ||
"babel-cli": "^6.26.0", | ||
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0", | ||
"babel-plugin-transform-es2015-modules-umd": "^6.24.1", | ||
"assert": "^2.0.0", | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.9.0", | ||
"@babel/plugin-transform-arrow-functions": "^7.8.3", | ||
"@babel/plugin-transform-modules-umd": "^7.9.0", | ||
"xregexp": "^3.2.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
xregexp-quotemeta 1.0.4 | ||
xregexp-quotemeta 1.0.5 | ||
==================================== | ||
@@ -3,0 +3,0 @@ |
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports'], factory); | ||
define(["exports"], factory); | ||
} else if (typeof exports !== "undefined") { | ||
@@ -13,9 +13,10 @@ factory(exports); | ||
} | ||
})(this, function (exports) { | ||
'use strict'; | ||
})(typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : this, function (_exports) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
Object.defineProperty(_exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.addSupportTo = addSupportTo; | ||
_exports.addSupportTo = addSupportTo; | ||
/*! | ||
@@ -22,0 +23,0 @@ * quotemeta support for xregexp |
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
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
5305
6