Socket
Socket
Sign inDemoInstall

react-google-forms-hooks

Package Overview
Dependencies
28
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.3 to 1.2.4

dist/scripts/__mocks__/mockParsedSpecialCharacterForm.d.ts

2

dist/index.js

@@ -481,3 +481,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

scriptHtml = scriptHtml.replace(';', '');
scriptHtml = scriptHtml.slice(0, -1);
scriptHtml = scriptHtml.replace(scriptStringIdentifier, '');

@@ -484,0 +484,0 @@ var formDataRaw = JSON.parse(scriptHtml);

@@ -479,3 +479,3 @@ import { useForm } from 'react-hook-form';

scriptHtml = scriptHtml.replace(';', '');
scriptHtml = scriptHtml.slice(0, -1);
scriptHtml = scriptHtml.replace(scriptStringIdentifier, '');

@@ -482,0 +482,0 @@ var formDataRaw = JSON.parse(scriptHtml);

{
"name": "react-google-forms-hooks",
"version": "1.2.3",
"version": "1.2.4",
"description": "Library to create forms using React backed by Google Forms.",

@@ -75,2 +75,2 @@ "author": "francisconeves97",

}
}
}
# React Google Forms Hooks
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

@@ -120,2 +120,3 @@

<td align="center"><a href="https://github.com/mikemajara"><img src="https://avatars.githubusercontent.com/u/15649320?v=4?s=100" width="100px;" alt=""/><br /><sub><b>mikemajara</b></sub></a><br /><a href="https://github.com/francisconeves97/react-google-forms-hooks/commits?author=mikemajara" title="Code">💻</a> <a href="#ideas-mikemajara" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center"><a href="https://github.com/DanielOrtel"><img src="https://avatars.githubusercontent.com/u/19431728?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Daniel Ferenc Balogh</b></sub></a><br /><a href="https://github.com/francisconeves97/react-google-forms-hooks/issues?q=author%3ADanielOrtel" title="Bug reports">🐛</a></td>
</tr>

@@ -122,0 +123,0 @@ </table>

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc