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
10
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.26 to 1.1.27

1

lib/subscription.d.ts
import { OrgManagedEntity } from "./org-managed-entity";
import { Group, User } from "./user";
export declare enum SubscriptionType {
COMMENT_ON_OWNED = "COMMENT_ON_OWNED",
COMMENT = "COMMENT",

@@ -5,0 +6,0 @@ MENTION = "MENTION",

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

(function (SubscriptionType) {
SubscriptionType["COMMENT_ON_OWNED"] = "COMMENT_ON_OWNED";
SubscriptionType["COMMENT"] = "COMMENT";

@@ -8,0 +9,0 @@ SubscriptionType["MENTION"] = "MENTION";

2

package.json
{
"name": "@contrail/entity-types",
"version": "1.1.26",
"version": "1.1.27",
"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