Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bedrockstreaming/form-redux

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bedrockstreaming/form-redux - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

6

lib/forms.reducer.d.ts

@@ -12,5 +12,9 @@ import { FieldValues } from 'react-hook-form';

type: string;
[key: string]: any;
formId: string;
data?: {
[key: string]: unknown;
};
[key: string]: unknown;
}
export declare const initialState: any;
export declare const reducer: (state: any, action: FormAction) => any;

14

package.json
{
"name": "@bedrockstreaming/form-redux",
"version": "0.8.1",
"main": "./form-redux.umd.js",
"module": "./form-redux.esm.js",
"typings": "./index.d.ts",
"dependencies": {},
"version": "0.8.2",
"peerDependencies": {

@@ -14,3 +10,9 @@ "@bedrockstreaming/form-builder": "0.8.1",

"@hookform/devtools": "4.0.2"
}
},
"devDependencies": {
"deep-freeze": "0.0.1"
},
"main": "./form-redux.umd.js",
"module": "./form-redux.esm.js",
"typings": "./index.d.ts"
}
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