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 2.2.0 to 2.2.1

2

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

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

@@ -54,4 +54,2 @@ # \<tangy-form\>

Note that if you are using this element inside of another Polymer Element, you'll need to add the `preserve-content` attribute to your `tangy-form-item`'s template tags because of this [this issue](https://github.com/Polymer/polymer/issues/2335).
## Run the demo

@@ -69,2 +67,2 @@ Requires node.js and npm installed.

## Tests
To run tests, use `polymer test` command or just `npm run test` to just run tests in Chrome. If you want to develop tests, open http://localhost:8080/test/tangy-form_test.html
One of the best places to learn about what Tangy Form is capable of is to take a look at the tests in `test/tangy-form_test.html`. To run tests, use `polymer test` command or just `npm run test` to just run tests in Chrome. If you want to develop tests, open http://localhost:8080/test/tangy-form_test.html

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

<div id="content"></div>
<slot></slot>
</div>

@@ -126,0 +125,0 @@ <div class="card-actions">

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