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

@cerebral/forms

Package Overview
Dependencies
Maintainers
5
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cerebral/forms - npm Package Compare versions

Comparing version 2.6.0-1511166934035 to 2.6.0-1511255433315

8

index.d.ts

@@ -1,6 +0,6 @@

import { IPath } from "function-tree";
import { ResolveValue } from 'function-tree'
export function form(path: IPath): any
export function field(path: IPath): any
export function form(formState: ResolveValue): any
export function field(fieldState: ResolveValue): any
export default function FormsProvider (options?: any)
export default function FormsProvider(options?: any)

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

import { IPath } from "function-tree";
import { ResolveValue } from 'function-tree'
export function isValidForm(path: IPath): Function
export function resetForm(path: IPath): Function
export function setField(path: IPath, value: any): Function
export function isValidForm(formState: ResolveValue): Function
export function resetForm(formState: ResolveValue): Function
export function setField(fieldState: ResolveValue, value: any): Function
{
"name": "@cerebral/forms",
"version": "2.6.0-1511166934035",
"version": "2.6.0-1511255433315",
"description": "A computed form",

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

"dependencies": {
"cerebral": "^3.6.0-1511166934035"
"cerebral": "^3.6.0-1511255433315"
},

@@ -32,0 +32,0 @@ "nyc": {

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