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

browserslist-config-anolilab

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserslist-config-anolilab - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

19

CHANGELOG.md

@@ -0,1 +1,20 @@

## browserslist-config-anolilab [4.2.1](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@4.2.0...browserslist-config-anolilab@4.2.1) (2023-07-05)
### Bug Fixes
* Refactor async functions to use async/await and update tsconfig.json ([2a59d6e](https://github.com/anolilab/javascript-style-guide/commit/2a59d6e0d06a5a37c92b222961acbe9f17578f26))
### Miscellaneous Chores
* **deps:** update dependency caniuse-lite to ^1.0.30001512 ([e2adc75](https://github.com/anolilab/javascript-style-guide/commit/e2adc75b63ffd11ff2905105905a17c730d8dd35))
* Reorganize Prettier config and update README examples ([cc2a4be](https://github.com/anolilab/javascript-style-guide/commit/cc2a4be9a223c722fcec370a8260028cc5f6fbd0))
### Dependencies
* **@anolilab/semantic-release-preset:** upgraded to 5.0.1
## browserslist-config-anolilab [4.2.0](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@4.1.3...browserslist-config-anolilab@4.2.0) (2023-07-03)

@@ -2,0 +21,0 @@

6

package.json
{
"name": "browserslist-config-anolilab",
"version": "4.2.0",
"version": "4.2.1",
"description": "Shareable browserlist config for Anolilab projects.",

@@ -62,5 +62,5 @@ "keywords": [

"devDependencies": {
"@anolilab/semantic-release-preset": "5.0.0",
"@anolilab/semantic-release-preset": "5.0.1",
"browserslist": "4.21.9",
"caniuse-lite": "^1.0.30001511",
"caniuse-lite": "^1.0.30001512",
"cross-env": "^7.0.3",

@@ -67,0 +67,0 @@ "rimraf": "^5.0.1",

@@ -81,3 +81,3 @@ <div align="center">

```js
{
module.exports = {
presets: [

@@ -88,2 +88,3 @@ [

targets: {
// eslint-disable-next-line global-require
browsers: require('browserslist-config-anolilab'),

@@ -93,3 +94,3 @@ },

],
];
],
}

@@ -96,0 +97,0 @@ ```

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