Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apint-components

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apint-components - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "apint-components",
"version": "0.1.0",
"version": "0.1.1",
"description": "A component library for pragmatic, simple user interfaces.",

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

@@ -21,4 +21,6 @@ import { html, render } from 'lit-html';

attributeChangedCallback(name, oldValue, newValue) {
this[name] = newValue;
this.update();
if (newValue !== oldValue) {
this[name] = newValue;
this.update();
}
}

@@ -25,0 +27,0 @@

@@ -23,4 +23,6 @@ import { html, render } from 'lit-html';

attributeChangedCallback(name, oldValue, newValue) {
this[name] = newValue;
this.update();
if (newValue !== oldValue) {
this[name] = newValue;
this.update();
}
}

@@ -27,0 +29,0 @@

@@ -16,4 +16,6 @@ import { html, render } from 'lit-html';

attributeChangedCallback(name, oldValue, newValue) {
this[name] = newValue;
this.update();
if (newValue !== oldValue) {
this[name] = newValue;
this.update();
}
}

@@ -20,0 +22,0 @@

@@ -24,4 +24,6 @@ import { html, render } from 'lit-html';

attributeChangedCallback(name, oldValue, newValue) {
this[name] = newValue;
this.update();
if (newValue !== oldValue) {
this[name] = newValue;
this.update();
}
}

@@ -28,0 +30,0 @@

@@ -20,4 +20,6 @@ import { html, render } from 'lit-html';

attributeChangedCallback(name, oldValue, newValue) {
this[name] = newValue;
this.update();
if (newValue !== oldValue) {
this[name] = newValue;
this.update();
}
}

@@ -24,0 +26,0 @@

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