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

@commercetools-uikit/spacings-stack

Package Overview
Dependencies
Maintainers
3
Versions
833
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools-uikit/spacings-stack - npm Package Compare versions

Comparing version 0.0.0-canary-13a4f7037f77a041964e36460e7beb59f08a246f to 0.0.0-canary-2020104152734

CHANGELOG.md

44

package.json
{
"name": "@commercetools-uikit/spacings-stack",
"version": "0.0.0-canary-13a4f7037f77a041964e36460e7beb59f08a246f",
"description": "",
"main": "dist/stack.cjs.js",
"module": "dist/stack.esm.js",
"description": "A stack spacing component renders its children vertically with a consistent spacing between them.",
"version": "0.0.0-canary-2020104152734",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
"url": "https://github.com/commercetools/ui-kit.git",
"directory": "packages/components/spacings/spacings-stack"
},
"homepage": "https://uikit.commercetools.com",
"keywords": [
"javascript",
"design system",
"react",
"uikit"
],
"license": "MIT",
"private": false,

@@ -11,16 +23,19 @@ "publishConfig": {

},
"sideEffects": false,
"main": "dist/spacings-stack.cjs.js",
"module": "dist/spacings-stack.es.js",
"files": ["dist"],
"scripts": {
"prepare": "../../../../scripts/version.js replace",
"prebuild": "rimraf dist",
"build": "cross-env NODE_ENV=production rollup -c ../../../../rollup.config.js -i ./index.js"
"build": "yarn build:bundles",
"build:bundles": "cross-env NODE_ENV=production rollup -c ../../../../rollup.config.js -i ./src/index.js",
"build:bundles:watch": "yarn build:bundles -w"
},
"files": [
"dist"
],
"sideEffects": false,
"license": "MIT",
"dependencies": {
"@commercetools-uikit/design-system": "0.0.0-canary-13a4f7037f77a041964e36460e7beb59f08a246f",
"@commercetools-uikit/utils": "0.0.0-canary-13a4f7037f77a041964e36460e7beb59f08a246f",
"@emotion/core": "10.0.28",
"@babel/runtime": "7.12.1",
"@babel/runtime-corejs3": "7.12.1",
"@commercetools-uikit/design-system": "0.0.0-canary-2020104152734",
"@commercetools-uikit/utils": "0.0.0-canary-2020104152734",
"@emotion/core": "^10.0.34",
"prop-types": "15.7.2"

@@ -30,4 +45,3 @@ },

"react": ">= 16.8.0"
},
"gitHead": "5f63d3ebfe81e02c4166958386725a1bd10f79b2"
}
}
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