Socket
Socket
Sign inDemoInstall

@commercetools-uikit/accessible-button

Package Overview
Dependencies
Maintainers
4
Versions
780
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools-uikit/accessible-button - npm Package Compare versions

Comparing version 10.15.1 to 10.15.2-canary.0

README.md

4

dist/accessible-button.cjs.js

@@ -54,3 +54,3 @@ 'use strict';

var Button = _styled("button", {
target: "e1pz034h0"
target: "e1hlacz70"
})("text-decoration:none;border:none;background:none;box-sizing:border-box;display:inline-flex;outline:0;padding:0;margin:0;white-space:nowrap;cursor:", function (props) {

@@ -126,5 +126,5 @@ return props.disabled ? 'not-allowed' : 'pointer';

var version = '10.15.1';
var version = '10.15.2-canary.0+b0cbd719';
exports.default = AccessibleButton;
exports.version = version;

@@ -48,3 +48,3 @@ import _styled from '@emotion/styled-base';

var Button = _styled("button", {
target: "e1pz034h0"
target: "e1hlacz70"
})("text-decoration:none;border:none;background:none;box-sizing:border-box;display:inline-flex;outline:0;padding:0;margin:0;white-space:nowrap;cursor:", function (props) {

@@ -120,5 +120,5 @@ return props.disabled ? 'not-allowed' : 'pointer';

var version = '10.15.1';
var version = '10.15.2-canary.0+b0cbd719';
export default AccessibleButton;
export { version };
{
"name": "@commercetools-uikit/accessible-button",
"version": "10.15.1",
"version": "10.15.2-canary.0+b0cbd719",
"description": "",

@@ -14,3 +14,3 @@ "main": "dist/accessible-button.cjs.js",

"prebuild": "rimraf dist",
"build": "cross-env NODE_ENV=production rollup -c ../../../../rollup.config.js -i ./index.js"
"build": "cross-env NODE_ENV=production rollup -c ../../../../rollup.config.js -i ./src/index.js"
},

@@ -33,3 +33,3 @@ "license": "MIT",

},
"gitHead": "f75e3227fda3bd88123b27d5787d038526cc5832"
"gitHead": "b0cbd7194da00d7589d9bb8035817f1a3bf87045"
}
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