Socket
Socket
Sign inDemoInstall

babel-plugin-inline-import-graphql-ast

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-inline-import-graphql-ast - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

57

CHANGELOG.md
# ChangeLog
### v2.0.4
### v1.3.3
Add support for Meteor projects.
First official release with Windows support
Updated README and CHANGELOG
### v2.0.3
### v1.3.2
Visit node on `exit` instead of `enter`. It allows other plugins like [babel-root-slash-import](https://github.com/mantrajs/babel-root-slash-import) to modify the import path before we load it.
Test version(debugging Windows problems), published as @winfix tag
First version that works on Windows/Mac/Linux
### v2.0.2
### v1.3.1
Improve error for not found files.
Test version(debugging Windows problems), published as @winfix tag
First working version on Windows, non-functional on Mac/Linux
### v2.0.1
### v1.3.0
Add forgotten `build` files to npm package.
Test version(debugging Windows problems), published as @winfix tag
Initial attempt, non-functional
### v2.0.0
### v1.2.3
Change approach. Replace `import` statements by inline content, instead of trying to export raw content according to JS standards.
Update name of Github repo
Forks [babel-root-slash-import](https://github.com/mantrajs/babel-root-slash-import).
### v1.2.2
Add required graphql dependency
### v1.2.1
Update npm keywords
### v1.2.0
Add support for GraphQL Fragments
Remove support for .raw and .text extensions(left over from forked project)
### v1.1.1
Update forked README to reflect the new package
### v1.1.0
Add support for .gql file extension
### v1.0.1
First functional version
Add ability to import .graphql files as AST(only on Mac/Linux)
Fix package.json info
### v1.0.0
Try to wrap raw content and export it according to JS standards.
Didn't work well. Couldn't manage to stop Babel parsing raw content.
It can be accessed at [v1 branch](https://github.com/Quadric/babel-plugin-graphql-raw/tree/v1).
Forks [babel-plugin-iife-wrap](https://github.com/TrySound/babel-plugin-iife-wrap).
Initial version. Bad publish, non-functional
{
"name": "babel-plugin-inline-import-graphql-ast",
"version": "1.3.2",
"version": "1.3.3",
"description": "Babel plugin to make raw files importable",

@@ -5,0 +5,0 @@ "author": "Alexander Roberts <detrohutt@gmail.com>",

@@ -6,2 +6,3 @@ # Babel Inline Import GraphQL AST

Prior to v1.3.2, the plugin cannot be run in Windows
Prior to v1.2.0, [fragments](http://dev.apollodata.com/react/webpack.html#Fragments) (#import statements) are not supported

@@ -8,0 +9,0 @@

Sorry, the diff of this file is not supported yet

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