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 1.0.2 to 2.0.0

11

CHANGELOG.md

@@ -0,1 +1,12 @@

## browserslist-config-anolilab [2.0.0](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@1.0.2...browserslist-config-anolilab@2.0.0) (2021-04-19)
### ⚠ BREAKING CHANGES
* upgraded node version to v12 and es modules
### Features
* added more tests ([0535ce4](https://github.com/anolilab/javascript-style-guide/commit/0535ce477766e80286e7f6aecf10bae33b5be594))
### browserslist-config-anolilab [1.0.2](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@1.0.1...browserslist-config-anolilab@1.0.2) (2021-04-13)

@@ -2,0 +13,0 @@

2

index.js

@@ -1,2 +0,2 @@

module.exports = {
export default {
"production": [

@@ -3,0 +3,0 @@ "> 1%",

{
"name": "browserslist-config-anolilab",
"version": "1.0.2",
"version": "2.0.0",
"description": "Shareable browserlist config for Anolilab.",

@@ -18,2 +18,3 @@ "keywords": [

},
"type": "module",
"main": "index.js",

@@ -28,4 +29,7 @@ "files": [

"browserslist": "4.16.4",
"caniuse-lite": "^1.0.30001208"
"caniuse-lite": "^1.0.30001211"
},
"engines": {
"node": ">=12"
},
"publishConfig": {

@@ -32,0 +36,0 @@ "access": "public"

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