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

@commercetools-uikit/stamp

Package Overview
Dependencies
Maintainers
3
Versions
825
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools-uikit/stamp - npm Package Compare versions

Comparing version 0.0.0-canary-202092715477 to 0.0.0-canary-202092995452

11

CHANGELOG.md
# @commercetools-uikit/stamp
## 0.0.0-canary-202092715477
## 0.0.0-canary-202092995452
### Patch Changes
- [`7897ced`](https://github.com/commercetools/ui-kit/commit/7897cede31440e29ce8afdb2b17fa23462f6f211) [#1642](https://github.com/commercetools/ui-kit/pull/1642) Thanks [@emmenko](https://github.com/emmenko)! - Ensure each package.json of each package has all the necessary fields.
- Updated dependencies [[`7897ced`](https://github.com/commercetools/ui-kit/commit/7897cede31440e29ce8afdb2b17fa23462f6f211)]:
- @commercetools-uikit/design-system@0.0.0-canary-202092995452
## 10.39.0
### Minor Changes

@@ -6,0 +15,0 @@

2

dist/stamp.cjs.js

@@ -116,5 +116,5 @@ 'use strict';

var version = '0.0.0-canary-202092715477';
var version = '0.0.0-canary-202092995452';
exports.default = Stamp;
exports.version = version;

@@ -108,5 +108,5 @@ import PropTypes from 'prop-types';

var version = '0.0.0-canary-202092715477';
var version = '0.0.0-canary-202092995452';
export default Stamp;
export { version };
{
"name": "@commercetools-uikit/stamp",
"version": "0.0.0-canary-202092715477",
"description": "Stamps are visual labels which hold small amounts of information regarding an item. (E.g Indicating if a product is published in a list).",
"main": "dist/stamp.cjs.js",
"module": "dist/stamp.esm.js",
"version": "0.0.0-canary-202092995452",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
"url": "https://github.com/commercetools/ui-kit.git",
"directory": "packages/components/stamp"
},
"homepage": "https://uikit.commercetools.com",
"keywords": [
"javascript",
"design system",
"react",
"uikit"
],
"license": "MIT",
"private": false,

@@ -11,2 +23,6 @@ "publishConfig": {

},
"sideEffects": false,
"main": "dist/stamp.cjs.js",
"module": "dist/stamp.esm.js",
"files": ["dist"],
"scripts": {

@@ -18,7 +34,4 @@ "prepare": "../../../scripts/version.js replace",

},
"files": ["dist"],
"sideEffects": false,
"license": "MIT",
"dependencies": {
"@commercetools-uikit/design-system": "10.18.4",
"@commercetools-uikit/design-system": "0.0.0-canary-202092995452",
"@emotion/core": "^10.0.34",

@@ -25,0 +38,0 @@ "prop-types": "15.7.2"

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