Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-helper-flip-expressions

Package Overview
Dependencies
Maintainers
3
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-helper-flip-expressions - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

12

lib/index.js

@@ -74,9 +74,13 @@ "use strict";

case "!==":
operator = "===";break;
operator = "===";
break;
case "===":
operator = "!==";break;
operator = "!==";
break;
case "!=":
operator = "==";break;
operator = "==";
break;
case "==":
operator = "!=";break;
operator = "!=";
break;
}

@@ -83,0 +87,0 @@

{
"name": "babel-helper-flip-expressions",
"version": "0.0.2",
"version": "0.1.0",
"description": "",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/babel/babili#readme",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc