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 4.14.0-next.0 to 4.14.0-next.1

2

bin/cli.js

@@ -14,3 +14,3 @@ "use strict";

exports.transformerDirectory = transformerDirectory;
const jscodeshiftExecutable = require.resolve(`.bin/jscodeshift`);
const jscodeshiftExecutable = require.resolve(`jscodeshift/bin/jscodeshift.js`);
exports.jscodeshiftExecutable = jscodeshiftExecutable;

@@ -17,0 +17,0 @@ function runTransform(transform, targetDir) {

@@ -6,2 +6,10 @@ # Changelog: `gatsby-codemods`

## [4.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@4.13.0/packages/gatsby-codemods) (2023-12-18)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13)
#### Chores
- update dependency @types/jscodeshift to ^0.11.11 for gatsby-codemods [#38595](https://github.com/gatsbyjs/gatsby/issues/38595) ([7a7fa5f](https://github.com/gatsbyjs/gatsby/commit/7a7fa5f8e4f324a29d9fd48c06f3f1073fd6dbc9))
## [4.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@4.12.0/packages/gatsby-codemods) (2023-08-24)

@@ -8,0 +16,0 @@

{
"name": "gatsby-codemods",
"version": "4.14.0-next.0",
"version": "4.14.0-next.1",
"description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.",

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

"@types/jscodeshift": "^0.11.11",
"babel-preset-gatsby-package": "^3.14.0-next.0",
"babel-preset-gatsby-package": "^3.14.0-next.1",
"cross-env": "^7.0.3"

@@ -48,3 +48,3 @@ },

"bin": "./bin/gatsby-codemods.js",
"gitHead": "eed07f3da59cd3d94b9e8c0b12aa1570f8a99a60"
"gitHead": "196618a8cb03f3905e801dbfcdd5fcf14963e5fc"
}
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