@codeshift/initializer
Advanced tools
+6
-0
| # @codeshift/initializer | ||
| ## 0.1.6 | ||
| ### Patch Changes | ||
| - 6e160cc: Additional init path releated fixes | ||
| ## 0.1.5 | ||
@@ -4,0 +10,0 @@ |
@@ -103,3 +103,3 @@ 'use strict'; | ||
| var basePath = "".concat(targetPath, "/").concat(packageName.replace('/', '__')); | ||
| var transformPath = "".concat(basePath).concat(!isReduced ? '/src/' : '', "/").concat(transform); | ||
| var transformPath = "".concat(basePath).concat(!isReduced ? '/src' : '', "/").concat(transform); | ||
| var configPath = "".concat(basePath).concat(!isReduced ? '/src' : '', "/codeshift.config.js"); | ||
@@ -106,0 +106,0 @@ |
@@ -103,3 +103,3 @@ 'use strict'; | ||
| var basePath = "".concat(targetPath, "/").concat(packageName.replace('/', '__')); | ||
| var transformPath = "".concat(basePath).concat(!isReduced ? '/src/' : '', "/").concat(transform); | ||
| var transformPath = "".concat(basePath).concat(!isReduced ? '/src' : '', "/").concat(transform); | ||
| var configPath = "".concat(basePath).concat(!isReduced ? '/src' : '', "/codeshift.config.js"); | ||
@@ -106,0 +106,0 @@ |
+1
-1
| { | ||
| "name": "@codeshift/initializer", | ||
| "version": "0.1.5", | ||
| "version": "0.1.6", | ||
| "main": "dist/codeshift-initializer.cjs.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/codeshift-initializer.cjs.d.ts", |
+1
-1
@@ -113,3 +113,3 @@ import fs from 'fs-extra'; | ||
| const basePath = `${targetPath}/${packageName.replace('/', '__')}`; | ||
| const transformPath = `${basePath}${!isReduced ? '/src/' : ''}/${transform}`; | ||
| const transformPath = `${basePath}${!isReduced ? '/src' : ''}/${transform}`; | ||
| const configPath = `${basePath}${ | ||
@@ -116,0 +116,0 @@ !isReduced ? '/src' : '' |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
15948
0.47%