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

doiuse

Package Overview
Dependencies
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doiuse - npm Package Compare versions

Comparing version 4.4.0 to 4.4.1

8

CHANGELOG.md

@@ -7,6 +7,12 @@ # Changelog

## 4.4.1 (2021-01-26)
* Intrinsic width feature update with "stretch" value [\#132](https://github.com/anandthakker/doiuse/pull/132)
* Drop unused jsonfilter dependency [\#133](https://github.com/anandthakker/doiuse/pull/133)
* Upgrade browserslist (4.16.1), caniuse-lite (1.0.30001157), postcess (8.1.6), yargs (16.2.0) [\#134](https://github.com/anandthakker/doiuse/pull/134)
## 4.4.0 (2020-11-10)
* Fix possible regular expression catastrophic backtracking [\#105](https://github.com/anandthakker/doiuse/pull/105)
* Upgrade browserslist (4.14.7), caniuse-lite (1.0.30001157), postcess (8.1.6) [\#106](https://github.com/anandthakker/doiuse/pull/106)
* Upgrade browserslist (4.14.7), caniuse-lite (1.0.30001179), postcess (8.2.4) [\#106](https://github.com/anandthakker/doiuse/pull/106)

@@ -13,0 +19,0 @@ ## 4.3.1 (2020-10-30)

3

data/features.js

@@ -162,3 +162,4 @@ var list = require('postcss/lib/list')

'fit-content',
'fill-available'
'fill-available',
'stretch'
]

@@ -165,0 +166,0 @@ },

{
"name": "doiuse",
"version": "4.4.0",
"version": "4.4.1",
"description": "Lint CSS for browser support against caniuse database",

@@ -32,21 +32,20 @@ "main": "lib/doiuse.js",

"dependencies": {
"browserslist": "^4.14.7",
"caniuse-lite": "^1.0.30001157",
"browserslist": "^4.16.1",
"caniuse-lite": "^1.0.30001179",
"css-rule-stream": "^1.1.0",
"duplexer2": "0.0.2",
"jsonfilter": "^1.1.2",
"ldjson-stream": "^1.2.1",
"multimatch": "^5.0.0",
"postcss": "^8.1.6",
"postcss": "^8.2.4",
"source-map": "^0.7.3",
"through2": "^4.0.2",
"yargs": "^16.1.0"
"yargs": "^16.2.0"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"mock-fs": "^4.13.0",
"postcss-import": "^13.0.0",
"postcss-import": "^14.0.0",
"safe-regex": "^2.1.1",
"tape": "^5.0.1"
"tape": "^5.1.1"
},

@@ -53,0 +52,0 @@ "scripts": {

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