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

@zodash/load-css

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zodash/load-css - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

LICENSE

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.0.4](https://github.com/zcorky/zodash/compare/@zodash/load-css@0.0.3...@zodash/load-css@0.0.4) (2021-03-23)
**Note:** Version bump only for package @zodash/load-css
## [0.0.3](https://github.com/zcorky/zodash/compare/@zodash/load-css@0.0.2...@zodash/load-css@0.0.3) (2021-03-12)

@@ -8,0 +16,0 @@

4

lib/index.js

@@ -58,4 +58,4 @@ "use strict";

return fetch(path)
.then(res => res.text())
.then(styleText => {
.then((res) => res.text())
.then((styleText) => {
const style = document.createElement('style');

@@ -62,0 +62,0 @@ style.innerText = styleText;

{
"name": "@zodash/load-css",
"version": "0.0.3",
"version": "0.0.4",
"description": "Dynamic load css file",

@@ -69,3 +69,3 @@ "keywords": [

},
"gitHead": "f1756b8ed6cda52a0f4b6c7b8aab710623023371"
"gitHead": "36ae103b292f402d459b7c9eb6e63fe6ea93eb2b"
}

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