Socket
Socket
Sign inDemoInstall

browserslist-to-esbuild

Package Overview
Dependencies
8
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.1.1

3

package.json
{
"name": "browserslist-to-esbuild",
"version": "2.1.0",
"version": "2.1.1",
"description": "Get esbuild-compatible targets from a browserlist config",

@@ -23,2 +23,3 @@ "license": "MIT",

},
"types": "./src/index.d.ts",
"bin": {

@@ -25,0 +26,0 @@ "browserslist-to-esbuild": "./cli/index.js"

@@ -9,6 +9,6 @@ # browserslist-to-esbuild

Make sure you have `browserslist` already installed in your project, then:
You have to install the `browserslist` package as well in your project:
```
npm install --save-dev browserslist-to-esbuild
npm install --save-dev browserslist browserslist-to-esbuild
```

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

```
yarn add --dev browserslist-to-esbuild
yarn add --dev browserslist browserslist-to-esbuild
```

@@ -22,0 +22,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