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

@moonbase.sh/storefront-api

Package Overview
Dependencies
Maintainers
0
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moonbase.sh/storefront-api - npm Package Compare versions

Comparing version 0.2.46 to 0.2.47

2

dist/index.js

@@ -313,3 +313,3 @@ var __defProp = Object.defineProperty;

async signIn(email, password) {
const response = await fetch(`${this.api.baseUrl}/api/customer/identity/sign-in?email=${email}&scheme=JWT`, {
const response = await fetch(`${this.api.baseUrl}/api/customer/identity/sign-in?email=${encodeURIComponent(email)}&scheme=JWT`, {
method: "POST",

@@ -316,0 +316,0 @@ headers: {

{
"name": "@moonbase.sh/storefront-api",
"type": "module",
"version": "0.2.46",
"version": "0.2.47",
"description": "Package to let you build storefronts with Moonbase.sh as payment and delivery provider",

@@ -6,0 +6,0 @@ "author": "Tobias Lønnerød Madsen <m@dsen.tv>",

Sorry, the diff of this file is not supported yet

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