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

babel-plugin-blade

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-blade - npm Package Compare versions

Comparing version 0.1.4 to 0.1.7

135

package.json
{
"name": "babel-plugin-blade",
"version": "0.1.4",
"description": "generate inline graphql",
"main": "dist/index.js",
"engines": {
"node": "> 4",
"npm": "> 3"
},
"scripts": {
"add-contributor": "kcd-scripts contributors add",
"build": "kcd-scripts build",
"lint": "kcd-scripts lint",
"test": "kcd-scripts test",
"test:update": "kcd-scripts test --updateSnapshot",
"validate": "kcd-scripts validate",
"precommit": "kcd-scripts precommit"
},
"files": [
"dist",
"macro.js"
],
"keywords": [
"babel-plugin-macros",
"babel-plugin",
"babel",
"code generation"
],
"author": "swyx <swyx@dontemail.me> (http://twitter.com/swyx)",
"license": "MIT",
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.0.0-beta.52",
"babel-plugin-macros": "^2.2.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"require-from-string": "^2.0.2",
"semver": "^5.5.0"
},
"devDependencies": {
"ast-pretty-print": "^2.0.1",
"babel-plugin-tester": "^5.0.0",
"kcd-scripts": "^0.39.0"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js"
},
"eslintIgnore": [
"node_modules",
"coverage",
"dist"
],
"jest": {
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/node_modules/",
"/fixtures/"
]
},
"babel": {
"presets": "kcd-scripts/babel"
},
"repository": {
"type": "git",
"url": "https://github.com/sw-yx/babel-blade.git"
},
"bugs": {
"url": "https://github.com/sw-yx/babel-blade/issues"
},
"homepage": "https://github.com/sw-yx/babel-blade#readme"
"name": "babel-plugin-blade",
"version": "0.1.7",
"description": "generate inline graphql",
"main": "dist/index.js",
"engines": {
"node": "> 4",
"npm": "> 3"
},
"scripts": {
"add-contributor": "kcd-scripts contributors add",
"build": "kcd-scripts build",
"lint": "kcd-scripts lint",
"test": "kcd-scripts test",
"test:update": "kcd-scripts test --updateSnapshot",
"validate": "kcd-scripts validate",
"precommit": "kcd-scripts precommit"
},
"files": [
"dist",
"macro.js"
],
"keywords": [
"babel-plugin-macros",
"babel-plugin",
"babel",
"code generation"
],
"author": "swyx <swyx@dontemail.me> (http://twitter.com/swyx)",
"license": "MIT",
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.0.0-beta.52",
"babel-plugin-macros": "^2.2.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"require-from-string": "^2.0.2",
"semver": "^5.5.0"
},
"devDependencies": {
"ast-pretty-print": "^2.0.1",
"babel-plugin-tester": "^5.0.0",
"kcd-scripts": "^0.39.0"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js"
},
"eslintIgnore": [
"node_modules",
"coverage",
"__tests__",
"dist"
],
"jest": {
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/node_modules/",
"/fixtures/"
]
},
"babel": {
"presets": "kcd-scripts/babel"
},
"repository": {
"type": "git",
"url": "https://github.com/sw-yx/babel-blade.git"
},
"bugs": {
"url": "https://github.com/sw-yx/babel-blade/issues"
},
"homepage": "https://github.com/sw-yx/babel-blade#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