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

@stanlemon/react-couchdb-authentication

Package Overview
Dependencies
Maintainers
1
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stanlemon/react-couchdb-authentication - npm Package Compare versions

Comparing version 0.0.1 to 0.1.1

2

dist/components/SignUp.js

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

React.createElement("input", { id: "password", type: "password", value: props.password, onChange: props.setPassword }),
React.createElement("button", { id: "sign-up-button", onClick: props.signUp }, "Sign-up"),
React.createElement("button", { id: "sign-up-button", onClick: props.signUp }, "Sign Up"),
React.createElement("button", { id: "navigate-to-login", onClick: props.navigateToLogin }, "Return to login")));

@@ -16,0 +16,0 @@ }

{
"name": "@stanlemon/react-couchdb-authentication",
"version": "0.0.1",
"version": "0.1.1",
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",

@@ -5,0 +5,0 @@ "keywords": [

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