Socket
Socket
Sign inDemoInstall

critical

Package Overview
Dependencies
417
Maintainers
3
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

18

package.json
{
"name": "critical",
"version": "2.0.3",
"version": "2.0.4",
"description": "Extract & Inline Critical-path CSS from HTML",

@@ -38,10 +38,10 @@ "author": "Addy Osmani",

"globby": "^11.0.1",
"got": "^11.5.2",
"got": "^11.6.0",
"group-args": "^0.1.0",
"indent-string": "^4.0.0",
"inline-critical": "^6.0.0",
"inline-critical": "^6.0.1",
"is-glob": "^4.0.1",
"lodash": "^4.17.20",
"make-dir": "^3.1.0",
"meow": "^7.1.0",
"meow": "^7.1.1",
"oust": "^1.0.2",

@@ -52,6 +52,6 @@ "p-all": "^3.0.0",

"postcss": "^7.0.32",
"postcss-discard": "^1.0.0",
"postcss-image-inliner": "^4.0.2",
"postcss-discard": "^1.0.1",
"postcss-image-inliner": "^4.0.3",
"postcss-url": "^8.0.0",
"prettier": "^2.0.5",
"prettier": "^2.1.1",
"replace-ext": "^2.0.0",

@@ -67,3 +67,3 @@ "slash": "^3.0.0",

"get-port": "^5.1.1",
"jest": "^26.4.0",
"jest": "^26.4.2",
"nock": "^13.0.4",

@@ -75,3 +75,3 @@ "normalize-newline": "^3.0.0",

"vinyl-source-stream": "^2.0.0",
"xo": "^0.33.0"
"xo": "^0.33.1"
},

@@ -78,0 +78,0 @@ "xo": {

@@ -200,3 +200,5 @@ [![NPM version][npm-image]][npm-url] [![Build Status][ci-image]][ci-url] [![dependencies Status][depstat-image]][depstat-url] [![devDependencies Status][devdepstat-image]][devdepstat-url] [![Coverage][coveralls-image]][coveralls-url]

src: 'index.html',
dest: 'styles/main.css',
target: {
css: 'styles/main.css',
},
dimensions: [

@@ -223,3 +225,5 @@ {

src: 'index.html',
dest: 'styles/main.css',
target: {
css: 'styles/main.css',
},
ignore: {

@@ -238,3 +242,5 @@ atrule: ['@font-face'],

src: 'index.html',
dest: 'styles/main.css',
target: {
css: 'styles/main.css',
},
rebase: {

@@ -251,3 +257,5 @@ from: '/styles/main.css',

src: 'index.html',
dest: 'styles/main.css',
target: {
css: 'styles/main.css',
},
rebase: asset => `https://my-cdn.com${asset.absolutePath}`,

@@ -254,0 +262,0 @@ });

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc