Socket
Socket
Sign inDemoInstall

defaultcss

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

defaultcss - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

4

index.js

@@ -55,3 +55,3 @@ /* jshint node: true */

styleEl = document.createElement('style');
styleEl.innerText = text;
styleEl.innerHTML = text;

@@ -77,2 +77,2 @@ // insert the style element, in order or preference

return styleEl;
};
};
{
"name": "defaultcss",
"version": "1.0.0",
"version": "1.1.0",
"description": "A simple module for adding default style definition within your HTML",

@@ -5,0 +5,0 @@ "main": "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