@commercetools-uikit/spacings-stack
Advanced tools
Comparing version 0.0.0-canary-13a4f7037f77a041964e36460e7beb59f08a246f to 0.0.0-canary-2020104152734
{ | ||
"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" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
18837
8
1
0
52
0
7
127
1
+ Added@babel/runtime@7.12.1
+ Added@babel/runtime@7.12.1(transitive)
+ Added@babel/runtime-corejs3@7.12.1(transitive)
+ Added@commercetools-uikit/design-system@0.0.0-canary-2020104152734(transitive)
+ Added@commercetools-uikit/utils@0.0.0-canary-2020104152734(transitive)
+ Added@emotion/core@10.3.1(transitive)
+ Addedcore-js-pure@3.40.0(transitive)
+ Addedimport-fresh@3.3.0(transitive)
+ Addedregenerator-runtime@0.13.11(transitive)
- Removed@babel/runtime@7.26.7(transitive)
- Removed@commercetools-uikit/design-system@0.0.0-canary-13a4f7037f77a041964e36460e7beb59f08a246f(transitive)
- Removed@commercetools-uikit/utils@0.0.0-canary-13a4f7037f77a041964e36460e7beb59f08a246f(transitive)
- Removed@emotion/core@10.0.28(transitive)
- Removedimport-fresh@3.3.1(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
Updated@commercetools-uikit/design-system@0.0.0-canary-2020104152734
Updated@commercetools-uikit/utils@0.0.0-canary-2020104152734
Updated@emotion/core@^10.0.34