Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

defer-css

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"name": "defer-css",
"version": "1.0.0",
"version": "1.0.1",
"description": "ExtraSlim Javascript to Load css in your page without affecting load speed.",

@@ -18,5 +18,7 @@ "repository": "https://github.com/trapcodeio/defer-css.git",

"dev": "npx vite",
"start": "npm run bb && npm run dev",
"build": "npx tsc",
"bundle": "npx tsup",
"prepublishOnly": "npm run build && npm run bundle"
"bb": "npm run build && npm run bundle",
"prepublishOnly": "npm run bb"
},

@@ -23,0 +25,0 @@ "exports": {

@@ -5,2 +5,4 @@ ### Defer Css

**DEMO**: [stackblitz.com](https://stackblitz.com/edit/defer-css-demo?file=index.html)
It's 2023 and there is still a need to defer CSS yourself. One would think that with all the frameworks and libraries

@@ -26,4 +28,4 @@ out there, this would be a solved problem.

**DEMO**: [Jsfiddle.net](https://jsfiddle.net/trapcode/j8vsg7az/)
## Direct Browser Installation

@@ -30,0 +32,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc