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

tangy-form

Package Overview
Dependencies
Maintainers
1
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tangy-form - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

8

global-styles.js

@@ -16,8 +16,2 @@

<style is="custom-style">
* {
font-size: 1.2em;
line-height: 1.2em;
/* Not sure why this does not have an affect when inside html style declaration */
--paper-input-container-shared-input-style_-_line-height: 1.2em;
}
html {

@@ -47,4 +41,2 @@ --document-background-color: #FAFAFA;

color: var(--primary-text-color);
font-weight: 400;
font-size: 2em;
margin: 25px 0px 5px 15px;

@@ -51,0 +43,0 @@ }

2

package.json
{
"name": "tangy-form",
"description": "A form element for lazy loaded multipage forms",
"version": "1.3.0",
"version": "1.3.1",
"main": "tangy-form.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -172,6 +172,2 @@ import { PolymerElement, html } from '@polymer/polymer/polymer-element.js';

return {
id: {
type: String,
value: 'tangy-form'
},
complete: {

@@ -178,0 +174,0 @@ type: Boolean,

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