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

browserslist-config-seek

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserslist-config-seek - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

.changeset/config.json

9

index.js

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

module.exports = [
'> 1%',
'IE >= 10',
'Edge >= 13',
'Safari >= 8',
'iOS >= 8',
'Samsung >= 4'
];
module.exports = ['Edge >= 16', 'Safari >= 9.1', 'iOS >= 9.3', 'Samsung >= 5'];
{
"name": "browserslist-config-seek",
"version": "2.0.1",
"version": "2.1.0",
"description": "Shareable Browserslist config for SEEK",
"main": "index.js",
"scripts": {
"test": "npm run lint && node test",
"test": "node test",
"lint": "eslint .",
"commit": "git-cz",
"semantic-release": "semantic-release"
"release": "changeset publish",
"version": "changeset version"
},
"husky": {
"hooks": {
"commit-msg": "commitlint --edit --extends seek"
}
},
"repository": {

@@ -28,20 +23,9 @@ "type": "git",

"devDependencies": {
"@commitlint/cli": "^8.2.0",
"browserslist": "^4.8.2",
"commitizen": "^4.0.3",
"commitlint-config-seek": "^1.0.0",
"cz-conventional-changelog": "^3.0.2",
"eslint": "^6.7.2",
"eslint-config-seek": "^5.0.0",
"husky": "^3.1.0",
"semantic-release": "^15.13.31"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"release": {
"success": false
"@changesets/changelog-github": "^0.4.0",
"@changesets/cli": "^2.16.0",
"browserslist": "^4.16.6",
"eslint": "^7.29.0",
"eslint-config-seek": "^7.0.8",
"typescript": "^4.3.4"
}
}

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

[![Build Status](https://img.shields.io/travis/seek-oss/browserslist-config-seek/master.svg?style=flat-square)](http://travis-ci.org/seek-oss/browserslist-config-seek) [![npm](https://img.shields.io/npm/v/browserslist-config-seek.svg?style=flat-square)](https://www.npmjs.com/package/browserslist-config-seek) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](http://commitizen.github.io/cz-cli/)
[![npm](https://img.shields.io/npm/v/browserslist-config-seek.svg?style=for-the-badge)](https://www.npmjs.com/package/browserslist-config-seek)

@@ -8,3 +8,3 @@ # browserslist-config-seek

```bash
$ npm install --save-dev browserslist-config-seek
$ yarn add --dev browserslist-config-seek
```

@@ -26,3 +26,3 @@

For example, when configuring [babel-preset-env](https://github.com/babel/babel/tree/master/experimental/babel-preset-env) via JavaScript:
For example, when configuring [@babel/preset-env](https://babeljs.io/docs/en/babel-preset-env) via JavaScript:

@@ -29,0 +29,0 @@ ```js

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