Socket
Socket
Sign inDemoInstall

jscodeshift

Package Overview
Dependencies
20
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.16.0 to 0.16.1

website/index.htm

2

bin/jscodeshift.js

@@ -137,3 +137,3 @@ #!/usr/bin/env node

`jscodeshift: ${pkg.version}`,
` - babel: ${require('babel-core').version}`,
` - babel: ${require('@babel/core').version}`,
` - babylon: ${requirePackage('@babel/parser').version}`,

@@ -140,0 +140,0 @@ ` - flow: ${requirePackage('flow-parser').version}`,

@@ -10,2 +10,7 @@ # Changelog

## [0.16.1] 2024-06-25
### Fixed
- Removed old `babel-core` dependency that was unused but caused security scanners to flag vulnerabilities.
## [0.16.0] 2024-06-18

@@ -12,0 +17,0 @@

{
"name": "jscodeshift",
"version": "0.16.0",
"version": "0.16.1",
"description": "A toolkit for JavaScript codemods",

@@ -37,3 +37,2 @@ "repository": {

"@babel/register": "^7.24.6",
"babel-core": "^6.26.3",
"chalk": "^4.1.2",

@@ -40,0 +39,0 @@ "flow-parser": "0.*",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc