New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.0.1 to 2.0.2

5

lib/slider/events.js

@@ -48,3 +48,6 @@ var toolbox = require( 'compose-toolbox' ),

if(input) input.value = value
if(input) {
input.value = value
if (input.type != 'hidden') Event.fire( input, 'input' )
}
}

@@ -51,0 +54,0 @@

2

package.json
{
"name": "compose-form-up",
"version": "2.0.1",
"version": "2.0.2",
"description": "A lightweight HTML5 form utility including validation, progressive forms, and other handy tools.",

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

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