New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@volue/design-spacing

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volue/design-spacing - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0-1617645031145

dist/index.common.d.ts

14

package.json
{
"name": "@volue/design-spacing",
"version": "1.0.0",
"version": "1.1.0-1617645031145",
"description": "Spacing primitives for Volue design primitives",

@@ -16,2 +16,4 @@ "license": "UNLICENSED",

"module": "dist/index.module.js",
"types": "dist/index.common.d.ts",
"sideEffects": false,
"files": [

@@ -25,10 +27,8 @@ "dist",

"lint": "eslint . --cache --fix --ext \".js,.ts\" --ignore-path ../../../.prettierignore",
"clean": "rimraf dist coverage ../../node_modules/@volue/design-spacing",
"_theo": "theo --transform web --dest ../../node_modules/@volue/design-spacing/dist",
"clean": "rimraf dist coverage",
"_theo": "theo --setup theo.setup.js --transform web --dest dist",
"prebuild": "npm run clean",
"postbuild": "cpy package.json ../../node_modules/@volue/design-spacing",
"build:tokens": "npm run _theo -s -- --format scss,json,common.js,module.js,custom-properties.css,cssmodules.css,html src/index.yml",
"build:tokens": "npm run _theo -s -- --format scss,json,common.js,common.d.ts,module.js,module.d.ts,custom-properties.css,cssmodules.css,html src/index.yml",
"build:tokensMap": "npm run _theo -s -- --format map.scss src/spacing.yml",
"build": "run-p build:*",
"prepublishOnly": "rimraf dist && cpy \"@volue/design-spacing/dist/**/*\" .. --cwd=../../node_modules --parents"
"build": "run-p build:*"
},

@@ -35,0 +35,0 @@ "devDependencies": {

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