Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign 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
1.2.1
to
1.2.2
+18
-5
package.json
{
"name": "cssbun",
"version": "1.2.1",
"description": "An extremly lightweight bundler than does nothing but bundles your css files using the import syntax.",
"version": "1.2.2",
"description": "An extremely lightweight bundler than does nothing but bundles your css files using the import syntax.",
"main": "index.js",

@@ -10,6 +10,18 @@ "bin": {

"scripts": {
"test": "node test"
"test": "c8 node test"
},
"keywords": [],
"author": "",
"keywords": [
"css",
"modular",
"bundle",
"modules",
"merge",
"asset",
"styles"
],
"author": {
"name": "Mark Wylde",
"email": "me@markwylde.com",
"url": "https://github.com/markwylde"
},
"license": "MIT",

@@ -26,2 +38,3 @@ "dependencies": {

"basictap": "^3.4.3",
"c8": "^7.12.0",
"mithui": "^2.0.9"

@@ -28,0 +41,0 @@ },