New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@block65/auth-token

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@block65/auth-token - npm Package Compare versions

Comparing version
2.1.4
to
2.1.5
+0
-1
dist/index.js

@@ -56,3 +56,2 @@ "use strict";

const { origin_jti, exp, iat } = claims;
assertString(origin_jti, 'origin_jti is not a string');
assertNumber(exp, 'exp is not a number');

@@ -59,0 +58,0 @@ assertNumber(iat, 'iat is not a number');

+2
-2
{
"name": "@block65/auth-token",
"version": "2.1.4",
"version": "2.1.5",
"license": "UNLICENSED",

@@ -10,3 +10,3 @@ "main": "dist/index.js",

"build:watch": "tsc -w",
"prepare": "yarn build:clean && yarn build",
"prepare": "yarn test && yarn build:clean && yarn build",
"test": "jest"

@@ -13,0 +13,0 @@ },