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

ldx-widgets

Package Overview
Dependencies
Maintainers
4
Versions
301
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldx-widgets - npm Package Compare versions

Comparing version 3.12.1 to 3.12.2

5

dist/components/form.js

@@ -163,3 +163,3 @@ (function() {

key: 'save',
className: css(styles.btn),
className: unSavedChanges ? css(styles.btn) : css(styles.btn, styles.disabled),
onClick: save,

@@ -308,2 +308,5 @@ disabled: !unSavedChanges,

fontSize: '13px'
},
disabled: {
color: '#cccccc'
}

@@ -310,0 +313,0 @@ });

2

package.json
{
"name": "ldx-widgets",
"version": "3.12.1",
"version": "3.12.2",
"description": "widgets",

@@ -5,0 +5,0 @@ "main": "index.js",

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