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.0.7 to 4.1.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## browserslist-config-anolilab [4.1.0](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@4.0.7...browserslist-config-anolilab@4.1.0) (2023-06-25)
### Features
* added node as key with the last 2 node major versions setting ([6548815](https://github.com/anolilab/javascript-style-guide/commit/65488153902a2b6e9bbed966008489d7d4d1f757))
## browserslist-config-anolilab [4.0.7](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@4.0.6...browserslist-config-anolilab@4.0.7) (2023-06-23)

@@ -2,0 +9,0 @@

1

dist/index.d.ts

@@ -6,4 +6,5 @@ declare const config: {

ssr: string[];
node: string[];
};
export { config as default };

2

dist/index.js
'use strict';
var o={production:["> 1%","last 2 versions","Firefox ESR","not dead"],legacyBrowsers:["> 1%","last 2 versions","Firefox ESR"],modernBrowsers:["last 2 Chrome versions","not Chrome < 60","last 2 Safari versions","not Safari < 10.1","last 2 iOS versions","not iOS < 10.3","last 2 Firefox versions","not Firefox < 54","last 2 Edge versions","not Edge < 15"],ssr:["node 16"]},s=o;
var o={production:["> 1%","last 2 versions","Firefox ESR","not dead"],legacyBrowsers:["> 1%","last 2 versions","Firefox ESR"],modernBrowsers:["last 2 Chrome versions","not Chrome < 60","last 2 Safari versions","not Safari < 10.1","last 2 iOS versions","not iOS < 10.3","last 2 Firefox versions","not Firefox < 54","last 2 Edge versions","not Edge < 15"],ssr:["node 16"],node:["last 2 node major versions"]},s=o;

@@ -5,0 +5,0 @@ module.exports = s;

{
"name": "browserslist-config-anolilab",
"version": "4.0.7",
"version": "4.1.0",
"description": "Shareable browserlist config for Anolilab projects.",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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