Socket
Socket
Sign inDemoInstall

gatsby-codemods

Package Overview
Dependencies
Maintainers
12
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-codemods - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [1.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.1.6...gatsby-codemods@1.1.7) (2019-09-18)
**Note:** Version bump only for package gatsby-codemods
## [1.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.1.5...gatsby-codemods@1.1.6) (2019-09-09)

@@ -8,0 +12,0 @@

4

package.json
{
"name": "gatsby-codemods",
"version": "1.1.6",
"version": "1.1.7",
"description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.",

@@ -39,3 +39,3 @@ "main": "index.js",

},
"gitHead": "8562e93c9d413b2660a40aaad34fb10b33d98921"
"gitHead": "2627b1bca2e1f1fab1c4394e2fd5dacaf865e114"
}

@@ -46,3 +46,3 @@ ## gatsby-codemods

```sh
```shell
jscodeshift -t node_modules/gatsby-codemods/dist/transforms/global-graphql-calls.js <path>

@@ -78,3 +78,3 @@ ```

```sh
```shell
jscodeshift -t node_modules/gatsby-codemods/dist/transforms/import-link.js <path>

@@ -100,3 +100,3 @@ ```

```sh
```shell
jscodeshift -t node_modules/gatsby-codemods/dist/transforms/navigate-calls.js <path>

@@ -128,3 +128,3 @@ ```

```sh
```shell
jscodeshift -t node_modules/gatsby-codemods/dist/transforms/rename-bound-action-creators.js <path-to-file>

@@ -131,0 +131,0 @@ ```

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