Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@master/normal.css

Package Overview
Dependencies
Maintainers
2
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@master/normal.css - npm Package Compare versions

Comparing version 2.0.0-beta.3 to 2.0.0-beta.4

dist/index.css

86

package.json

@@ -6,4 +6,2 @@ {

"author": "Aoyue Design LLC.",
"main": "index.css",
"private": false,
"funding": "https://docs.master.co/css/donate",

@@ -28,7 +26,82 @@ "homepage": "https://css.master.co",

],
"sideEffects": false,
"scripts": {
"build": "esbuild src/index.css --bundle --outfile=dist/index.css",
"dev": "npm run build -- --watch",
"prod": "rm -rf dist && npm run build -- --minify"
"prod": "rm -rf dist && npm run build"
},
"main": "./dist/index.css",
"style": "./dist/index.css",
"private": false,
"publishConfig": {
"access": "public"
},
"release": {
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{
"type": "docs",
"scope": "README",
"release": "patch"
},
{
"type": "refactor",
"release": "patch"
},
{
"type": "style",
"release": "patch"
}
],
"parserOpts": {
"noteKeywords": [
"BREAKING CHANGE",
"BREAKING CHANGES"
]
}
}
],
"@semantic-release/release-notes-generator",
[
"@semantic-release/exec",
{
"prepareCmd": "npm run prod"
}
],
[
"@semantic-release/github",
{
"assets": [
{
"path": "dist/index.css",
"label": "master-normal.min.css"
}
]
}
],
[
"@semantic-release/npm"
]
],
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
"next",
"next-major",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
]
},
"files": [
"dist"
],
"devDependencies": {

@@ -39,6 +112,3 @@ "@semantic-release/exec": "^6.0.3",

},
"engines": {
"node": ">=17.1"
},
"version": "2.0.0-beta.3"
"version": "2.0.0-beta.4"
}
index.css
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