New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@saleor/app-sdk

Package Overview
Dependencies
Maintainers
7
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saleor/app-sdk - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

2

middleware.js

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

};
const jwksKey = await jose.createRemoteJWKSet(new URL(jwksUrl(saleorDomain)))(header, payloadSignature);
const jwksKey = await jose.createRemoteJWKSet(new URL(jwksUrl(saleorDomain)))(jose.decodeProtectedHeader(payloadSignature), jws);
try {

@@ -112,0 +112,0 @@ await jose.flattenedVerify(jws, jwksKey);

{
"name": "@saleor/app-sdk",
"version": "0.6.0",
"version": "0.6.1",
"description": "SDK for building great Saleor Apps",

@@ -27,2 +27,7 @@ "types": "index.d.ts",

},
"./urls": {
"types": "./urls.d.ts",
"import": "./urls.mjs",
"require": "./urls.js"
},
".": {

@@ -29,0 +34,0 @@ "types": "./index.d.ts",

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