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

@nodecraft/browserslist-config

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodecraft/browserslist-config - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

10

exclude.js
module.exports = [
"ie <= 11",
"and_chr 4",
"chrome 4",
"dead",
];
'ie <= 11',
'and_chr 4',
'chrome 4',
'dead',
];
module.exports = {
"production": [
"last 3 chrome versions",
"last 3 edge versions",
"last 3 firefox versions",
"firefox esr",
"last 3 ios versions",
"last 3 safari versions",
"last 1 samsung versions",
production: [
'last 3 chrome versions',
'last 3 edge versions',
'last 3 firefox versions',
'firefox esr',
'last 3 ios versions',
'last 3 safari versions',
'last 2 opera versions',
'last 1 samsung versions',
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 edge version",
development: [
'last 1 chrome version',
'last 1 firefox version',
'last 1 edge version',
],
};
};
{
"name": "@nodecraft/browserslist-config",
"version": "2.0.1",
"version": "3.0.0",
"description": "Nodecraft Browserslist config",

@@ -22,10 +22,10 @@ "homepage": "https://github.com/nodecraft/browserslist-config#readme",

"devDependencies": {
"@nodecraft/eslint-config": "^16.0.0",
"browserslist": "^4.20.2",
"@nodecraft/eslint-config": "^41.0.0",
"browserslist": "^4.23.2",
"cross-env": "^7.0.3",
"eslint": "^8.12.0",
"eslint-plugin-json": "^3.1.0",
"eslint": "^8.57.0",
"eslint-plugin-json": "^4.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-unicorn": "^41.0.1"
"eslint-plugin-unicorn": "^55.0.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