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

babel-relay-plugin

Package Overview
Dependencies
Maintainers
7
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.2.6 to 0.3.0

lib/find.js

30

package.json
{
"name": "babel-relay-plugin",
"version": "0.2.6",
"version": "0.3.0",
"description": "Babel Relay Plugin for transpiling GraphQL queries for use with Relay.",
"license": "BSD-3-Clause",
"repository": "facebook/relay",
"main": "src/getBabelRelayPlugin.js",
"main": "lib/getBabelRelayPlugin.js",
"scripts": {
"test": "./testjs",
"update-schema": "node ./src/generateSchemaJson.js",
"update-fixtures": "node ./src/regenerateFixtures.js"
"build": "scripts/build-lib",
"prepublish": "npm run build",
"test": "f() { EXIT=0; npm run typecheck || EXIT=$?; NODE_ENV=test jest $@ || EXIT=$?; exit $EXIT; }; f",
"typecheck": "flow check src/",
"update-schema": "babel-node ./src/tools/generateSchemaJson.js",
"update-fixtures": "babel-node ./src/tools/regenerateFixtures.js"
},

@@ -17,6 +20,9 @@ "files": [

"README.md",
"src/"
"lib/"
],
"devDependencies": {
"jasmine-node": "1.14.5",
"babel": "^5.8.23",
"babel-jest": "^5.3.0",
"flow-bin": "0.17.0",
"jest-cli": "^0.5.8",
"minimist": "^1.1.3"

@@ -27,3 +33,13 @@ },

"graphql": "0.4.2"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"persistModuleRegistryBetweenSpecs": true,
"preprocessorIgnorePatterns": [
"<rootDir>/node_modules/"
],
"unmockedModulePathPatterns": [
"<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