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

@amedia/browserslist-config

Package Overview
Dependencies
Maintainers
60
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amedia/browserslist-config - npm Package Compare versions

Comparing version 1.0.1-next.3 to 1.0.1

34

CHANGELOG.md
# @amedia/browserslist-config
## 1.0.1
### Patch Changes
- a1cf31a: drop config exports from kragl-\* packages
- a1cf31a: drop esoteric options for lint and format
There are many options for lint and format, and most of them are never
used. They were added for debugging purposes, and are superfluous after
breaking out the runners to standalone kragl tools.
This makes the lint and format commands a lot more straight-foward to
use as intended, with fewer sharp edges.
- a1cf31a: modularize kragl
Introduce `kragl-eslint` and `kragl-prettier`, and expose an API so they
can be used from `kragl`.
The breaking change is that each runner's internal help text is now
available under `--help`, e.g. `kragl prettier --help` or `kragl eslint --help`.
They will print the help for Prettier and ESLint respectively, and
replaces `--prettier-help`.
Each command's usage matches the internal tool's, so `--eslint-config`
is no longer necessary, just `--config` with suffice.
`kragl lint` and `kragl format` serves as shortcuts to run all the
configured formatters and runners with it's own options that normalize
usage.
- a1cf31a: drop config exports from kragl packages
## 1.0.1-next.3

@@ -4,0 +38,0 @@

2

package.json
{
"name": "@amedia/browserslist-config",
"version": "1.0.1-next.3",
"version": "1.0.1",
"description": "Browserslist config for Amedia",

@@ -5,0 +5,0 @@ "type": "commonjs",

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