New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

formerly

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formerly - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "formerly",
"version": "0.0.3",
"version": "0.0.4",
"description": "yet another form abstraction library for react",

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

@@ -23,2 +23,13 @@ #React Form Thing

<label>Your usual password</label>
<Input type='password' name='password' />
<label>Repeat your password</label>
<Input type='password' name='repeatPassword' />
<!-- ~~Exotic~~ -->
<OnValue in={['password', 'repeatPassword']} test={({password, repeatPassword}) => password === repeatPassword}>
Congratulations, you can type
</OnValue>
<Entity name='addresses'>

@@ -65,3 +76,3 @@

import {render} from 'react-dom'
import {Form, Select, OnError, Input, Entity} from 'react-form-thing'
import {Form, Select, OnError, OnValue, Input, Entity} from 'react-form-thing'

@@ -68,0 +79,0 @@ const NewsletterForm = createClass({

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