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

@digital-realty/ix-checkbox

Package Overview
Dependencies
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digital-realty/ix-checkbox - npm Package Compare versions

Comparing version 1.0.26 to 1.0.28

3

dist/src/IxCheckbox.d.ts

@@ -5,2 +5,5 @@ import { LitElement } from 'lit';

static get styles(): import("lit").CSSResult[];
/**
* test comment 1234123
*/
disabled: boolean;

@@ -7,0 +10,0 @@ checked: boolean;

@@ -9,2 +9,5 @@ import { __decorate } from "tslib";

super(...arguments);
/**
* test comment 1234123
*/
this.disabled = false;

@@ -11,0 +14,0 @@ this.checked = false;

6

package.json

@@ -6,3 +6,3 @@ {

"author": "interxion",
"version": "1.0.26",
"version": "1.0.28",
"type": "module",

@@ -96,3 +96,3 @@ "main": "dist/src/index.js",

},
"gitHead": "d4ffae9df7df1b9139e024a8cbffeddf845465c0"
}
"gitHead": "ed73d75b56e19ac47d246789dea88736ceb5a455"
}

@@ -12,3 +12,3 @@ import { html, LitElement } from 'lit';

/**
* test comment 123
* test comment 1234123
*/

@@ -15,0 +15,0 @@ @property({ type: Boolean, reflect: true }) disabled = false;

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