@codeshift/types
Advanced tools
+6
-0
| # @codeshift/types | ||
| ## 0.0.6 | ||
| ### Patch Changes | ||
| - 2a116ba: Renames target to targets (inline with the spec) | ||
| ## 0.0.5 | ||
@@ -4,0 +10,0 @@ |
| export interface CodeshiftConfig { | ||
| target?: string[]; | ||
| targets?: string[]; | ||
| maintainers?: string[]; | ||
@@ -4,0 +4,0 @@ description?: string; |
+1
-1
| { | ||
| "name": "@codeshift/types", | ||
| "version": "0.0.5", | ||
| "version": "0.0.6", | ||
| "main": "dist/codeshift-types.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/codeshift-types.esm.js", |
+1
-1
| export interface CodeshiftConfig { | ||
| target?: string[]; | ||
| targets?: string[]; | ||
| maintainers?: string[]; | ||
@@ -4,0 +4,0 @@ description?: string; |
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
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
1412
6.97%