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

compose-form-up

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compose-form-up - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

1

lib/validation.js

@@ -44,2 +44,3 @@ // Dependencies

Event.on( document, 'input', 'select[required]', Event.debounce( checkValidation, 200 ) )
Event.on( document, 'change', '[type=checkbox][required]', checkValidation )

@@ -46,0 +47,0 @@ }

2

package.json
{
"name": "compose-form-up",
"version": "1.7.1",
"version": "1.7.2",
"description": "A lightweight HTML5 form validation utility",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -8,3 +8,3 @@ var assert = require( 'chai' ).assert,

selectOption = utils.selectOption,
Event = require( 'compose-event' )
Event = require( 'compose-toolbox' ).event

@@ -11,0 +11,0 @@ describe( 'formup', function() {

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