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

@axa-ch/button

Package Overview
Dependencies
Maintainers
26
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axa-ch/button - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

1

lib/index.react.d.ts

@@ -25,2 +25,3 @@ import React from 'react';

className?: string;
slot?: string;
}

@@ -27,0 +28,0 @@

6

lib/index.react.js

@@ -220,3 +220,4 @@ function ___$insertStyle(css) {

children,
className
className = '',
slot = ''
} = _ref;

@@ -231,3 +232,4 @@ return withReact(createElement)(AXAButton.tagName, {

onClick,
className
className,
slot
}, children);

@@ -234,0 +236,0 @@ });

{
"name": "@axa-ch/button",
"version": "2.0.2",
"version": "2.0.3",
"description": "The AXA Button component",

@@ -31,3 +31,3 @@ "author": "Pattern Warriors",

"dependencies": {
"@axa-ch/icon": "^1.2.13",
"@axa-ch/icon": "^1.2.14",
"@skatejs/val": "^0.4.0",

@@ -37,3 +37,3 @@ "lit-element": "^2.2.0",

},
"gitHead": "9f51869a8a0a7cba8d4c377e73d9766189df7ae8"
"gitHead": "cc333ecffc30742d24dc156987ea942e740a8bca"
}
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