@babel/helper-regex
Advanced tools
Comparing version 7.0.0-beta.46 to 7.0.0-beta.47
@@ -10,3 +10,3 @@ "use strict"; | ||
function _pull() { | ||
var data = _interopRequireDefault(require("lodash/pull")); | ||
const data = _interopRequireDefault(require("lodash/pull")); | ||
@@ -27,3 +27,3 @@ _pull = function _pull() { | ||
function pullFlag(node, flag) { | ||
var flags = node.flags.split(""); | ||
const flags = node.flags.split(""); | ||
if (node.flags.indexOf(flag) < 0) return; | ||
@@ -30,0 +30,0 @@ (0, _pull().default)(flags, flag); |
{ | ||
"name": "@babel/helper-regex", | ||
"version": "7.0.0-beta.46", | ||
"version": "7.0.0-beta.47", | ||
"description": "Helper function to check for literal RegEx", | ||
@@ -9,4 +9,4 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex", | ||
"dependencies": { | ||
"lodash": "^4.2.0" | ||
"lodash": "^4.17.5" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1014
0
Updatedlodash@^4.17.5