New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@codeshift/types

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codeshift/types - npm Package Compare versions

Comparing version
0.0.5
to
0.0.6
+6
-0
CHANGELOG.md
# @codeshift/types
## 0.0.6
### Patch Changes
- 2a116ba: Renames target to targets (inline with the spec)
## 0.0.5

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

+1
-1
export interface CodeshiftConfig {
target?: string[];
targets?: string[];
maintainers?: string[];

@@ -4,0 +4,0 @@ description?: string;

{
"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",

export interface CodeshiftConfig {
target?: string[];
targets?: string[];
maintainers?: string[];

@@ -4,0 +4,0 @@ description?: string;