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

@interstice/button

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interstice/button - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

2

dist-node/index.js

@@ -133,3 +133,3 @@ 'use strict';

}
button * + * {
button ::slotted(* + *) {
margin-left: var(--button-gap, var(--gap));

@@ -136,0 +136,0 @@ }

@@ -79,3 +79,3 @@ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var litElement=require("lit-element");class Button extends litElement.LitElement{static get properties(){return{type:{type:String},color:{type:String,reflect:!0},size:{type:String,reflect:!0},inverted:{type:Boolean,reflect:!0}}}static get styles(){return litElement.css`

}
button * + * {
button ::slotted(* + *) {
margin-left: var(--button-gap, var(--gap));

@@ -82,0 +82,0 @@ }

@@ -128,3 +128,3 @@ import { html, css, LitElement } from 'lit-element';

}
button * + * {
button ::slotted(* + *) {
margin-left: var(--button-gap, var(--gap));

@@ -131,0 +131,0 @@ }

@@ -129,3 +129,3 @@ import { LitElement, css, html } from 'lit-element';

}
button * + * {
button ::slotted(* + *) {
margin-left: var(--button-gap, var(--gap));

@@ -132,0 +132,0 @@ }

@@ -79,3 +79,3 @@ import{LitElement,css,html}from"lit-element";class Button extends LitElement{static get properties(){return{type:{type:String},color:{type:String,reflect:!0},size:{type:String,reflect:!0},inverted:{type:Boolean,reflect:!0}}}static get styles(){return css`

}
button * + * {
button ::slotted(* + *) {
margin-left: var(--button-gap, var(--gap));

@@ -82,0 +82,0 @@ }

{
"name": "@interstice/button",
"description": "A button element using tailwindcss css variables",
"version": "0.0.15",
"version": "0.0.16",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

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