Socket
Socket
Sign inDemoInstall

@arianee/arianee-access-token

Package Overview
Dependencies
120
Maintainers
8
Versions
92
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.46.0 to 1.47.0

10

package.json
{
"name": "@arianee/arianee-access-token",
"version": "1.46.0",
"version": "1.47.0",
"dependencies": {

@@ -16,6 +16,6 @@ "@arianee/0xcert-cert": "^2.0.2",

"peerDependencies": {
"@arianee/common-types": "1.46.0",
"@arianee/core": "1.46.0",
"@arianee/permit721-sdk": "1.46.0",
"@arianee/utils": "1.46.0",
"@arianee/common-types": "1.47.0",
"@arianee/core": "1.47.0",
"@arianee/permit721-sdk": "1.47.0",
"@arianee/utils": "1.47.0",
"tslib": "2.5.0"

@@ -22,0 +22,0 @@ },

@@ -72,5 +72,3 @@ "use strict";

const now = Date.now();
const basicPayload = Object.assign({ iss: this.core.getAddress(), sub: 'wallet',
// TODO: remove the * 1000 when sdk is deployed everywhere
exp: now + 5 * 60 * 1000, iat: nowInSeconds }, payload);
const basicPayload = Object.assign({ iss: this.core.getAddress(), sub: 'wallet', exp: now + 5 * 60, iat: nowInSeconds }, payload);
const jwt = yield jwtGenerator.setPayload(basicPayload);

@@ -77,0 +75,0 @@ return jwt.sign(prefix);

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