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.1.0 to 0.2.0

8

dist/testInput.js

@@ -37,2 +37,10 @@ "use strict";

test(inputName + " must not set a default value for \"value\" prop", function () {
expect(Input.defaultProps && Input.defaultProps.value).toBe(undefined);
});
test(inputName + " must not set a default value for \"errors\" prop", function () {
expect(Input.defaultProps && Input.defaultProps.errors).toBe(undefined);
});
test(inputName + " calls onChanging followed by onChange before initial mount", function () {

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

2

package.json
{
"name": "composable-form-tests",
"version": "0.1.0",
"version": "0.2.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