Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

cssbun

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssbun - npm Package Compare versions

Comparing version
2.0.0
to
2.0.1
+1
-1
package.json
{
"name": "cssbun",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",

@@ -5,0 +5,0 @@ "description": "An extremely lightweight bundler than does nothing but bundles your css files using the import syntax.",

@@ -37,3 +37,3 @@ # cssbun

```javascript
const cssbun = require('cssbun');
import cssbun from 'cssbun';
const bundled = cssbun('./css/index.css');

@@ -40,0 +40,0 @@ console.log(bundled);