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
63
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 7.0.0 to 7.0.1

7

lib/index.js
import { html, LitElement, css, unsafeCSS } from 'lit';
import { classMap } from 'lit/directives/class-map';
import { classMap } from 'lit/directives/class-map.js';
import AXAIcon from '@axa-ch/icon';

@@ -155,4 +155,5 @@ import '@skatejs/val';

return versionedTagName; // for convenience in single-component custom-versioned definitions
};
}; // prettier-ignore
var versionedHtml = componentInstance => function (strings) {

@@ -607,2 +608,2 @@ // derive class from instance

export default AXAButton;
export { AXAButton as default };
import val from '@skatejs/val';
import { html, LitElement, css, unsafeCSS } from 'lit';
import { classMap } from 'lit/directives/class-map';
import { classMap } from 'lit/directives/class-map.js';
import AXAIcon from '@axa-ch/icon';

@@ -11,10 +11,5 @@

var symbols = Object.getOwnPropertySymbols(object);
if (enumerableOnly) {
symbols = symbols.filter(function (sym) {
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
});
}
keys.push.apply(keys, symbols);
enumerableOnly && (symbols = symbols.filter(function (sym) {
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
})), keys.push.apply(keys, symbols);
}

@@ -27,15 +22,8 @@

for (var i = 1; i < arguments.length; i++) {
var source = arguments[i] != null ? arguments[i] : {};
if (i % 2) {
ownKeys(Object(source), true).forEach(function (key) {
_defineProperty(target, key, source[key]);
});
} else if (Object.getOwnPropertyDescriptors) {
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
} else {
ownKeys(Object(source)).forEach(function (key) {
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
});
}
var source = null != arguments[i] ? arguments[i] : {};
i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {
_defineProperty(target, key, source[key]);
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
});
}

@@ -231,4 +219,5 @@

return versionedTagName; // for convenience in single-component custom-versioned definitions
};
}; // prettier-ignore
var versionedHtml = componentInstance => function (strings) {

@@ -780,2 +769,2 @@ // derive class from instance

export default index_react;
export { index_react as default };
{
"name": "@axa-ch/button",
"version": "7.0.0",
"version": "7.0.1",
"description": "The button component for the AXA Pattern Library",

@@ -33,8 +33,8 @@ "author": "Pattern Warriors",

"dependencies": {
"@axa-ch/icon": "7.0.0",
"@axa-ch/icon": "7.0.1",
"@skatejs/val": "^0.4.0",
"lit": "^2.2.1"
},
"gitHead": "b96ceb2b666e0d02a373bd647ef70786f9756991",
"gitHead": "7244e20ff62a359bf560791f658f9c4a9f22b909",
"main": "lib/index.js"
}

Sorry, the diff of this file is too big to display

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