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

@open-tender/cloud

Package Overview
Dependencies
Maintainers
4
Versions
322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-tender/cloud - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

2

dist/cjs/slices/signUp.js

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

if (email && password) {
if (brand === null || brand === void 0 ? void 0 : brand.tpls) {
if ((brand === null || brand === void 0 ? void 0 : brand.tpls) && (brand === null || brand === void 0 ? void 0 : brand.tpls) !== 'SPARKFLY') {
const resp = yield api.postCustomerSignIn(data);

@@ -25,0 +25,0 @@ dispatch((0, customer_1.setCustomerAuth)(resp));

@@ -19,3 +19,3 @@ import { __awaiter } from "tslib";

if (email && password) {
if (brand === null || brand === void 0 ? void 0 : brand.tpls) {
if ((brand === null || brand === void 0 ? void 0 : brand.tpls) && (brand === null || brand === void 0 ? void 0 : brand.tpls) !== 'SPARKFLY') {
const resp = yield api.postCustomerSignIn(data);

@@ -22,0 +22,0 @@ dispatch(setCustomerAuth(resp));

{
"name": "@open-tender/cloud",
"version": "0.4.4",
"version": "0.4.5",
"description": "A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our cloud-based Order API.",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

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