New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

css-inline

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-inline - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

9

css_inline.js

@@ -14,3 +14,4 @@ let imports = {};

let cachedUint8Memory0;
let cachedUint8Memory0 = new Uint8Array();
function getUint8Memory0() {

@@ -76,3 +77,4 @@ if (cachedUint8Memory0.byteLength === 0) {

let cachedInt32Memory0;
let cachedInt32Memory0 = new Int32Array();
function getInt32Memory0() {

@@ -184,4 +186,1 @@ if (cachedInt32Memory0.byteLength === 0) {

cachedInt32Memory0 = new Int32Array(wasm.memory.buffer);
cachedUint8Memory0 = new Uint8Array(wasm.memory.buffer);

@@ -7,3 +7,3 @@ {

"description": "A WASM package for inlining CSS into HTML documents",
"version": "0.8.1",
"version": "0.8.2",
"license": "MIT",

@@ -10,0 +10,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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