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
4
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 4.43.2-rc.1 to 4.43.2-rc.2

2

input/tangy-radio-block.js

@@ -205,3 +205,3 @@ import { html } from '@polymer/polymer/polymer-element.js';

if (this.sound !== '') {
this.dispatchEvent(new CustomEvent('input-sound-triggered', { detail: {sound: this.sound, id: this.name} }))
this.dispatchEvent(new CustomEvent('input-sound-triggered', { detail: {sound: this.sound, id: this.name, stopAndClearQueue: true} }))
}

@@ -208,0 +208,0 @@ })

{
"name": "tangy-form",
"description": "A form element for lazy loaded multipage forms",
"version": "4.43.2-rc.1",
"version": "4.43.2-rc.2",
"main": "tangy-form.js",

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

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

if (event.detail.stopAndClearQueue) {
this.sectionPromptQueue.stopAndClearQueue();
}
this.sectionPromptQueue.queue(input, event.detail.sound, eventName);

@@ -993,0 +997,0 @@

Sorry, the diff of this file is too big to display

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