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

asma-types

Package Overview
Dependencies
Maintainers
6
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asma-types - npm Package Compare versions

Comparing version 1.7.11 to 1.7.12

4

lib/interfaces/jwtClaims.d.ts

@@ -13,2 +13,4 @@ /**

journal_user_id?: string;
journal_role: string | null;
brukerBrukerNavn: string | null;
vt?: number;

@@ -34,4 +36,4 @@ exp?: number;

region: string;
brukerBrukerNavn?: string;
services: IService;
brukerBrukerNavn: string;
features: F[];

@@ -38,0 +40,0 @@ srv_urls: ISrvUrls;

{
"name": "asma-types",
"version": "1.7.11",
"version": "1.7.12",
"description": "shared ts asma types",

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

@@ -25,2 +25,4 @@ //import type { roles_enum, feature_names_enum } from "asma-genql-directory/lib"

journal_user_id?: string
journal_role: string|null
brukerBrukerNavn: string|null
vt?: number

@@ -46,4 +48,4 @@ exp?: number

region: string
brukerBrukerNavn?: string
services: IService
brukerBrukerNavn: string
features: F[]

@@ -50,0 +52,0 @@ srv_urls: ISrvUrls

Sorry, the diff of this file is not supported yet

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