Huge News!Announcing our $40M Series B led by Abstract Ventures.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 3.2.0-1521141520687 to 3.2.0-1521491486243

2

helpers.d.ts
export function formToJSON(form: any): any
export function getFormFields(form: any): any
export function getInvalidFormFields(form: any): any
export function resetForm(form: any): any
export function resetForm(form: any): any
{
"name": "@cerebral/forms",
"version": "3.2.0-1521141520687",
"version": "3.2.0-1521491486243",
"description": "A computed form",

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

"scripts": {
"test": "mocha --compilers js:babel-register \"src/**/*.test.js\"",
"test": "mocha --require babel-register \"src/**/*.test.js\"",
"test:watch": "npm run test -- --watch",

@@ -30,3 +30,3 @@ "build": "cross-env BABEL_ENV=production babel src/ --out-dir=lib/ -s",

"dependencies": {
"cerebral": "^4.2.0-1521141520687"
"cerebral": "^4.2.0-1521491486243"
},

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

Sorry, the diff of this file is not supported yet

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