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
3
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 2.2.7 to 2.2.8

CHANGELOG.md

2

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

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

@@ -501,5 +501,7 @@ import { PolymerElement, html } from '@polymer/polymer/polymer-element.js';

request.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
try {
that.locationList = JSON.parse(this.responseText)
that.render()
} catch(e) {
// Do nothing. Some stages will not have valid JSON returned.
}

@@ -506,0 +508,0 @@ }

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