Socket
Socket
Sign inDemoInstall

@doors/codemods

Package Overview
Dependencies
288
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

README.md

7

bin/run.update-imports.js
#! /usr/bin/env node
const path = require("path")
const { program } = require("commander")

@@ -6,2 +7,6 @@ const jscodeshiftExecutable = require.resolve(".bin/jscodeshift")

const transformerDirectory = path.join(__dirname, "../", "transforms")
console.log(transformerDirectory)
program

@@ -23,3 +28,3 @@ .argument("<migrationFiles>", "Path of files to transform.")

"-t",
"./transforms/update-imports.js",
path.join(transformerDirectory, "update-imports.js"),
migrationFiles,

@@ -26,0 +31,0 @@ ...jsCodeshiftOptions,

# @doors/codemods
## 0.0.3
### Patch Changes
- Added a relative transformer directory
## 0.0.2

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

2

package.json
{
"name": "@doors/codemods",
"version": "0.0.2",
"version": "0.0.3",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc