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

@contrail/entity-types

Package Overview
Dependencies
Maintainers
11
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrail/entity-types - npm Package Compare versions

Comparing version 1.1.36 to 1.1.37

lib/app-access-grant.d.ts

1

lib/base-managed-entity.d.ts

@@ -7,3 +7,2 @@ export interface BaseManagedEntity {

updatedById?: string;
readUpdatedOn?: Date;
}

@@ -0,1 +1,2 @@

export * from './app-access-grant';
export * from './app-api-key';

@@ -2,0 +3,0 @@ export * from './app-code-package';

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

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./app-access-grant"), exports);
__exportStar(require("./app-api-key"), exports);

@@ -19,0 +20,0 @@ __exportStar(require("./app-code-package"), exports);

{
"name": "@contrail/entity-types",
"version": "1.1.36",
"version": "1.1.37",
"description": "A types library for Vibeiq entities.",

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

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