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

@lego/browserslist-config-internal

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lego/browserslist-config-internal - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

lib/index.d.ts

15

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

@@ -29,9 +29,10 @@ "keywords": [

"scripts": {
"build": "npm run clean && tsc -b ./tsconfig.package.json",
"clean": "rimraf ./lib",
"lint": "tslint --project tsconfig.json",
"prepare": "npm run build"
"build": "npm run clean && npm run compile",
"clean": "rimraf ./lib && rimraf *.tsbuildinfo",
"compile": "tsc -b ./tsconfig.package.json --verbose",
"lint": "tslint --project tsconfig.package.json",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@lego/tslint-config": "2.0.12",
"@lego/tslint-config": "2.0.13",
"@types/node": "12.0.7",

@@ -44,3 +45,3 @@ "rimraf": "2.6.3",

},
"gitHead": "82dacaf1ccc2057f63a4dff42c176ac49341ec31"
"gitHead": "aa0bf427d29c06f52b00e7ae214f442437d623e6"
}
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