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

css-inliner

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-inliner - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

yarn.lock

2

lib/cache.js

@@ -73,3 +73,3 @@ // Loading, processing and caching of stylesheets.

assert(css != null, 'Missing css argument');
const key = Crypto.createHash('sha').update(css).digest('hex');
const key = Crypto.createHash('sha1').update(css).digest('hex');

@@ -76,0 +76,0 @@ if (this._cache.has(key))

{
"name": "css-inliner",
"version": "1.1.3",
"version": "1.1.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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