babel-plugin-minify-flip-comparisons
Advanced tools
Comparing version
@@ -39,9 +39,13 @@ "use strict"; | ||
case ">": | ||
operator = "<";break; | ||
operator = "<"; | ||
break; | ||
case "<": | ||
operator = ">";break; | ||
operator = ">"; | ||
break; | ||
case ">=": | ||
operator = "<=";break; | ||
operator = "<="; | ||
break; | ||
case "<=": | ||
operator = ">=";break; | ||
operator = ">="; | ||
break; | ||
} | ||
@@ -48,0 +52,0 @@ node.operator = operator; |
{ | ||
"name": "babel-plugin-minify-flip-comparisons", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "", | ||
@@ -15,5 +15,5 @@ "homepage": "https://github.com/babel/babili#readme", | ||
"dependencies": { | ||
"babel-helper-is-void-0": "^0.0.1" | ||
"babel-helper-is-void-0": "^0.1.0" | ||
}, | ||
"devDependencies": {} | ||
} |
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
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
2960
2.07%49
8.89%+ Added
- Removed