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

@pzh-temporary/style-library

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pzh-temporary/style-library - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

13

package.json
{
"name": "@pzh-temporary/style-library",
"private": false,
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 2222",
"build-storybook": "storybook build"
"build-storybook": "storybook build",
"generate-variables": "node workflow/generateColorVariables.cjs && node workflow/generateBoxShadows.cjs && node workflow/generateRadii.cjs && node workflow/generateSpacers.cjs",
"publish": "npm run generate-variables && npm publish"
},
"devDependencies": {
"vue": "^3.3.4",
"@storybook/addon-essentials": "^7.2.1",

@@ -23,2 +22,3 @@ "@storybook/addon-interactions": "^7.2.1",

"@vitejs/plugin-vue": "^4.2.3",
"basic-ftp": "^5.0.3",
"react": "^18.2.0",

@@ -28,4 +28,5 @@ "react-dom": "^18.2.0",

"storybook": "^7.2.1",
"vite": "^4.4.5"
"vite": "^4.4.5",
"vue": "^3.3.4"
}
}

@@ -169,2 +169,7 @@ export default {

{
name: "Groen 10",
variable: "$color-green-10",
hex: "#EDFAF0"
},
{
name: "Groen 100",

@@ -171,0 +176,0 @@ variable: "$color-green-100",

Sorry, the diff of this file is not supported yet

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