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

asma-types

Package Overview
Dependencies
Maintainers
6
Versions
155
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.1.33 to 1.1.34

7

lib/interfaces/jwtClaims.d.ts

@@ -22,2 +22,3 @@ /**

customer_id: string;
srv_urls: ISrvUrls;
}

@@ -44,2 +45,8 @@ /**

}
export interface IAiLearningJwtClaims<R extends string> extends IBaseJwtClaims<R> {
region: string;
name: string;
customer_id: string;
password?: string;
}
/**

@@ -46,0 +53,0 @@ * R roles_enum

2

package.json
{
"name": "asma-types",
"version": "1.1.33",
"version": "1.1.34",
"description": "shared ts asma types",

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

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

customer_id: string
srv_urls: ISrvUrls
}

@@ -58,2 +59,9 @@ /**

}
export interface IAiLearningJwtClaims<R extends string> extends IBaseJwtClaims<R> {
region: string
name: string
customer_id: string
password?: string
}
/**

@@ -60,0 +68,0 @@ * R roles_enum

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