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.6 to 0.1.0

src/Entity.js

2

examples/complex-form.js
import React, {PropTypes, cloneElement, Children, createClass} from 'react'
import {render} from 'react-dom'
import {Form, OnValue, TextArea, Entity, Input, Select} from '../lib'
import {Form, OnValue, TextArea, Entity, Input, Select} from '../src'
import Selectable from './Selectable'

@@ -5,0 +5,0 @@

{
"name": "formerly",
"version": "0.0.6",
"version": "0.1.0",
"description": "yet another form abstraction library for react",

@@ -8,2 +8,3 @@ "main": "lib/index.js",

"scripts": {
"prepublish": "babel src --out-dir lib",
"watch": "watchify --debug -v -t babelify examples/complex-form.js -o examples/bundle.js",

@@ -22,4 +23,5 @@ "start": "st --no-cache --dir examples --index index.html",

"devDependencies": {
"babel-cli": "^6.2.0",
"babel-core": "^6.2.1",
"babel-eslint": "^4.1.5",
"babel-eslint": "^4.1.6",
"babel-plugin-transform-object-rest-spread": "^6.1.18",

@@ -45,3 +47,5 @@ "babel-preset-es2015": "^6.1.18",

"object-path": "^0.9.2",
"object.omit": "^2.0.0",
"object.omit": "^2.0.0"
},
"peerDependencies": {
"react": "^0.14.3"

@@ -48,0 +52,0 @@ },

Sorry, the diff of this file is not supported yet

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