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

babel-relay-plugin

Package Overview
Dependencies
Maintainers
8
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-relay-plugin - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

6

lib/getBabelRelayPlugin.js

@@ -145,6 +145,6 @@ // @generated

if (state.isLegacyState) {
return result;
return result; // eslint-disable-line consistent-return
} else {
path.replaceWith(result);
}
path.replaceWith(result);
}
}

@@ -151,0 +151,0 @@ }

@@ -17,3 +17,2 @@ // @generated

var fs = require('fs');
var path = require('path');
var util = require('util');

@@ -20,0 +19,0 @@

{
"name": "babel-relay-plugin",
"version": "0.6.0",
"version": "0.6.1",
"description": "Babel Relay Plugin for transpiling GraphQL queries for use with Relay.",

@@ -28,3 +28,3 @@ "license": "BSD-3-Clause",

"glob": "^5.0.15",
"jest-cli": "^0.5.8",
"jest-cli": "^0.8.1",
"minimist": "^1.1.3",

@@ -43,2 +43,3 @@ "mkdirp": "^0.5.1",

],
"testRunner": "<rootDir>/node_modules/jest-cli/src/testRunners/jasmine/jasmine2.js",
"unmockedModulePathPatterns": [

@@ -45,0 +46,0 @@ "<rootDir>/"

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