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

babel-generate-guard-clauses

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-generate-guard-clauses - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

index.js

@@ -109,3 +109,3 @@ const t = require("babel-types");

if (!(ARG_NAME instanceof INSTANCE_NAME)) {
return new Error('ARG_NAME should be an instance of INSTANCE_NAME, but got ' + ARG_NAME);
return new Error(ARG_NAME + ' should be an instance of ' + INSTANCE_NAME + ', but got ' + ARG_NAME);
}

@@ -112,0 +112,0 @@ `)

{
"name": "babel-generate-guard-clauses",
"version": "0.2.1",
"version": "0.2.2",
"description": "A helper to generate different guard clauses",

@@ -5,0 +5,0 @@ "main": "index.js",

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