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

@lego/browserslist-config

Package Overview
Dependencies
Maintainers
5
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 1.0.1 to 2.0.1

LICENSE

61

package.json
{
"name": "@lego/browserslist-config",
"version": "1.0.1",
"version": "2.0.1",
"description": "LEGO shareable browserslist config for js projects",
"keywords": [

@@ -8,35 +9,37 @@ "browserslist",

],
"description": "shareable browserslist config for js projects",
"main": "./index.js",
"scripts": {
"precommit": "eslint ."
"homepage": "https://github.com/LEGO/linter-configs#readme",
"bugs": {
"url": "https://github.com/LEGO/linter-configs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LEGO/linter-configs.git"
},
"license": "MIT",
"author": "Vincent Briglia <vincent.briglia@lego.com>",
"license": "MIT",
"eslintConfig": {
"extends": "@lego/eslint-config",
"rules": {
"lines-around-comment": [
"error",
{
"allowObjectStart": true,
"beforeBlockComment": true,
"beforeLineComment": true
}
]
}
"files": [
"lib",
"src"
],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"directories": {
"lib": "lib"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
},
"validate-commit-msg": {
"types": "conventional-commit-types",
"helpMessage": "Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"
}
"scripts": {
"build": "npm run clean && tsc -b ./tsconfig.package.json",
"clean": "rimraf ./lib",
"lint": "tslint --project tsconfig.json",
"prepare": "npm run build"
},
"devDependencies": {
"@lego/eslint-config": "@lego/eslint-config",
"@lego/prettier-config": "@lego/prettier-config"
}
"@lego/tslint-config": "2.0.11",
"@types/node": "12.0.8",
"rimraf": "2.6.3",
"typescript": "3.5.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "dc66c6d911ca9252bb98146d0b59e468eb5691b5"
}
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