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

@swing.xyz/design-system

Package Overview
Dependencies
Maintainers
4
Versions
286
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swing.xyz/design-system - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

15

index.js

@@ -311,6 +311,6 @@ import clsx from 'clsx';

})('versions', []).push({
version: '3.23.0',
version: '3.24.1',
mode: 'global',
copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)',
license: 'https://github.com/zloirock/core-js/blob/v3.23.0/LICENSE',
license: 'https://github.com/zloirock/core-js/blob/v3.24.1/LICENSE',
source: 'https://github.com/zloirock/core-js'

@@ -689,3 +689,4 @@ });

if (!hasOwn$3(value, 'name') || (CONFIGURABLE_FUNCTION_NAME && value.name !== name)) {
defineProperty$2(value, 'name', { value: name, configurable: true });
if (DESCRIPTORS$2) defineProperty$2(value, 'name', { value: name, configurable: true });
else value.name = name;
}

@@ -727,4 +728,6 @@ if (CONFIGURABLE_LENGTH && options && hasOwn$3(options, 'arity') && value.length !== options.arity) {

} else {
if (!options.unsafe) delete O[key];
else if (O[key]) simple = true;
try {
if (!options.unsafe) delete O[key];
else if (O[key]) simple = true;
} catch (error) { /* empty */ }
if (simple) O[key] = value;

@@ -1290,3 +1293,3 @@ else definePropertyModule$1.f(O, key, {

type: type !== null && type !== void 0 ? type : 'text',
className: clsx(className, 'block w-full pr-12 pl-7 text-lg border-2', {
className: clsx(className, 'inline-block w-full pr-12 pl-7 text-lg border-2', {
'focus:ring-0': readOnly,

@@ -1293,0 +1296,0 @@ 'border-gray-200': !hasError,

2

package.json
{
"name": "@swing.xyz/design-system",
"version": "0.0.3",
"version": "0.0.4",
"exports": {

@@ -5,0 +5,0 @@ "./theme.css": "./theme.css",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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