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

critical

Package Overview
Dependencies
Maintainers
2
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

critical - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

3

index.js

@@ -191,5 +191,6 @@ 'use strict';

cb(err);
throw new Promise.CancellationError();
}).then(function (finalCss) {
cb(null, finalCss);
}).done();
}).catch(Promise.CancellationError,function(){}).done();
};

@@ -196,0 +197,0 @@

{
"name": "critical",
"version": "0.5.5",
"version": "0.5.6",
"description": "Extract & Inline Critical-path CSS from HTML",

@@ -5,0 +5,0 @@ "author": "Addy Osmani",

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