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

react-formrun

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-formrun - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

dist/example/index.js

@@ -9,3 +9,3 @@ "use strict";

const src_1 = require("../src");
exports.Example = ({ data }) => {
const Example = ({ data }) => {
const { initFormrun, getFormrun } = src_1.useFormrun({ className: ".formrun-embed", type: "embed" }, [data]);

@@ -18,1 +18,2 @@ src_1.useFormrun({ className: ".formrun", type: "default" });

};
exports.Example = Example;

@@ -9,3 +9,3 @@ "use strict";

};
exports.useFormrun = (config = defaultConfig, deps) => {
const useFormrun = (config = defaultConfig, deps) => {
const getFormrun = react_1.useCallback(() => {

@@ -62,1 +62,2 @@ if (typeof window !== 'undefined') {

};
exports.useFormrun = useFormrun;
{
"name": "react-formrun",
"description": "Easy to use formrun with React Hooks.",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "types": "dist/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