Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

composable-form-tests

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

composable-form-tests - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

4

dist/testInput.js

@@ -33,2 +33,6 @@ "use strict";

test(inputName + " has isFormInput static property", function () {
expect(Input.isFormInput).toBe(true);
});
test(inputName + " calls onChanging followed by onChange before initial mount", function () {

@@ -35,0 +39,0 @@ var onChanging = jest.fn();

2

package.json
{
"name": "composable-form-tests",
"version": "0.0.3",
"version": "0.1.0",
"description": "Tests for Composable Form Spec components written in React",

@@ -5,0 +5,0 @@ "author": "Dairy State Designs (http://dairystatedesigns.com/)",

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