Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

find-babel-config

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-babel-config - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

11

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [2.1.1](https://github.com/tleunen/find-babel-config/compare/v2.1.0...v2.1.1) (2024-04-17)
### Bug Fixes
* Add node16 support back ([#76](https://github.com/tleunen/find-babel-config/issues/76)) ([97c759a](https://github.com/tleunen/find-babel-config/commit/97c759a422df76208c5c041b9e2883aa6ba38e57))
## [2.1.0](https://github.com/tleunen/find-babel-config/compare/v2.0.0...v2.1.0) (2024-04-17)

@@ -13,3 +20,3 @@

* The order or config file lookup is ".babelrc, .babelrc.js, babel.config.js, babel.config.json, package.json"
* The order of config file lookup is ".babelrc, .babelrc.js, babel.config.js, babel.config.json, package.json"
* Node 16 is the minimum supported version

@@ -19,3 +26,3 @@

* Fix order or config file lookup to be the same in sync and async functions ([#38](https://github.com/tleunen/find-babel-config/issues/38)) ([4fde4bb](https://github.com/tleunen/find-babel-config/commit/4fde4bbe9afec0d9ecc413d26c88d94fef33848f))
* Fix order of config file lookup to be the same in sync and async functions ([#38](https://github.com/tleunen/find-babel-config/issues/38)) ([4fde4bb](https://github.com/tleunen/find-babel-config/commit/4fde4bbe9afec0d9ecc413d26c88d94fef33848f))

@@ -22,0 +29,0 @@

5

package.json
{
"name": "find-babel-config",
"version": "2.1.0",
"version": "2.1.1",
"main": "src/index.js",

@@ -10,5 +10,2 @@ "description": "Find the closest babel config based on a directory",

},
"engines": {
"node": ">=18.0.0"
},
"author": "Tommy Leunen <tommy.leunen@gmail.com> (http://tommyleunen.com)",

@@ -15,0 +12,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc