New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/codemod-utils

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/codemod-utils - npm Package Compare versions

Comparing version

to
3.2.1

6

CHANGELOG.md
# @atlaskit/codemod-utils
## 3.2.1
### Patch Changes
- [`d0ef46dee01`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0ef46dee01) - Removes ts-node / cjs bundle switcher from main entrypoint of codemod-utils and updated codemod-cli scripts to support
## 3.2.0

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

2

dist/cjs/version.json
{
"name": "@atlaskit/codemod-utils",
"version": "3.2.0",
"version": "3.2.1",
"sideEffects": false
}
{
"name": "@atlaskit/codemod-utils",
"version": "3.2.0",
"version": "3.2.1",
"sideEffects": false
}
{
"name": "@atlaskit/codemod-utils",
"version": "3.2.0",
"version": "3.2.1",
"sideEffects": false
}
{
"name": "@atlaskit/codemod-utils",
"version": "3.2.0",
"version": "3.2.1",
"author": "Atlassian Pty Ltd",

@@ -16,3 +16,3 @@ "license": "Apache-2.0",

"repository": "https://bitbucket.org/atlassian/atlassian-frontend",
"main": "index.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",

@@ -27,6 +27,3 @@ "module:es2019": "dist/es2019/index.js",

"dependencies": {
"@babel/runtime": "^7.0.0",
"@types/jscodeshift": "^0.11.0",
"jscodeshift": "^0.11.0",
"ts-node": "^6.1.1"
"@babel/runtime": "^7.0.0"
},

@@ -36,2 +33,4 @@ "devDependencies": {

"@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
"@types/jscodeshift": "^0.11.0",
"jscodeshift": "^0.11.0",
"typescript": "3.9.6"

@@ -38,0 +37,0 @@ },