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

create-fuse-app

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-fuse-app - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

6

CHANGELOG.md
# create-fuse-app
## 0.6.0
### Minor Changes
- 1f225c5: Fix typo in the babel-plugin when rewriting an export default expression
## 0.5.0

@@ -4,0 +10,0 @@

2

dist/index.js

@@ -50,3 +50,3 @@ #!/usr/bin/env node

const currentDeclaration = path.node.declaration;
path.node.declaration = t.callExprssion(
path.node.declaration = t.callExpression(
t.callExpression(t.identifier("nextFusePlugin"), []),

@@ -53,0 +53,0 @@ [currentDeclaration]

{
"name": "create-fuse-app",
"version": "0.5.0",
"version": "0.6.0",
"description": "The magical GraphQL framework",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/StellateHQ/fuse",

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