You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@cssninja/bulma-css-vars

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cssninja/bulma-css-vars - npm Package Compare versions

Comparing version

to
0.9.3

21

package.json
{
"name": "@cssninja/bulma-css-vars",
"version": "0.9.2",
"version": "0.9.3",
"description": "Bulma with CSS variables",

@@ -19,2 +19,7 @@ "keywords": [

},
"./*.sass": {
"sass": "./*.sass",
"style": "./*.sass",
"default": "./*.sass"
},
"./*": {

@@ -33,9 +38,2 @@ "import": "./dist/esm/*.js",

},
"scripts": {
"build": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json && webpack",
"prepare": "npm run build",
"prepublishOnly": "npm run test && npm run build && cp ../README.md .",
"test": "jest",
"release": "npx standard-version && git push --follow-tags origin master && npm publish"
},
"author": "Thomas Wirth <thomas@wtho.de>",

@@ -73,3 +71,8 @@ "repository": {

"webpack-cli": "^4.9.2"
},
"scripts": {
"build": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json && webpack",
"test": "jest",
"release": "npx standard-version && git push --follow-tags origin master && npm publish"
}
}
}