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

@lego/browserslist-config

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lego/browserslist-config - npm Package Compare versions

Comparing version 2.9.1 to 3.0.0

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

# [3.0.0](https://github.com/LEGO/linter-configs/compare/@lego/browserslist-config@2.9.1...@lego/browserslist-config@3.0.0) (2020-06-02)
### chore
* bump dependencies ([1c1ae0f](https://github.com/LEGO/linter-configs/commit/1c1ae0f3c19e466ecfdbb5858db9384c7f07929c))
### BREAKING CHANGES
* Update to TypeScript 3.9
## [2.9.1](https://github.com/LEGO/linter-configs/compare/@lego/browserslist-config@2.9.1-alpha.0...@lego/browserslist-config@2.9.1) (2020-05-11)

@@ -8,0 +24,0 @@

18

package.json
{
"name": "@lego/browserslist-config",
"version": "2.9.1",
"version": "3.0.0",
"description": "LEGO shareable browserslist config for js projects",

@@ -19,2 +19,6 @@ "keywords": [

"author": "Vincent Briglia <vincent.briglia@lego.com>",
"files": [
"lib",
"src"
],
"main": "./lib/index.js",

@@ -25,6 +29,2 @@ "types": "./lib/index.d.ts",

},
"files": [
"lib",
"src"
],
"scripts": {

@@ -34,9 +34,9 @@ "build": "npm run clean && npm run compile",

"compile": "tsc -b ./tsconfig.json --verbose",
"lint": "eslint ./src/**/*.{ts}",
"lint": "eslint . --ext .tsx,.ts",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/node": "13.13.5",
"@types/node": "14.0.9",
"rimraf": "3.0.2",
"typescript": "3.8.3"
"typescript": "3.9.3"
},

@@ -46,3 +46,3 @@ "publishConfig": {

},
"gitHead": "c4e780a7eb66e5917ca205a5fab4999c23939632"
"gitHead": "c40c12467fc5e0211d869961a4c63c95f96ebcce"
}
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