jscodeshift
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -8,2 +8,5 @@ # Changelog | ||
## [0.7.0] 2019-12-11 | ||
## Added | ||
- Added jest snapshot utils (#297, @dogoku) | ||
### Changed | ||
@@ -10,0 +13,0 @@ - Moved from BSD to MIT license |
@@ -62,3 +62,3 @@ 'use strict'; | ||
function shouldIgnore(path) { | ||
const matched = matchers.length ? mm.any(path, matchers, { dot:true }) : false; | ||
const matched = matchers.length ? mm.isMatch(path, matchers, { dot:true }) : false; | ||
return matched; | ||
@@ -65,0 +65,0 @@ } |
{ | ||
"name": "jscodeshift", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "A toolkit for JavaScript codemods", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -62,3 +62,3 @@ 'use strict'; | ||
function shouldIgnore(path) { | ||
const matched = matchers.length ? mm.any(path, matchers, { dot:true }) : false; | ||
const matched = matchers.length ? mm.isMatch(path, matchers, { dot:true }) : false; | ||
return matched; | ||
@@ -65,0 +65,0 @@ } |
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
6
168788
55
4866