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

@trackunit/react-core-contexts-api

Package Overview
Dependencies
Maintainers
3
Versions
344
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trackunit/react-core-contexts-api - npm Package Compare versions

Comparing version 0.0.61 to 0.0.62

6

index.js
var UserSubscriptionPackageType;
(function (UserSubscriptionPackageType) {
UserSubscriptionPackageType["EXPAND_FLEET_OWNER"] = "Expand (Fleet Owner)";
UserSubscriptionPackageType["EVOLVE_FLEET_OWNER"] = "Evolve (Fleet Owner)";
UserSubscriptionPackageType["EXPLORE_FLEET_OWNER"] = "Explore (Fleet Owner)"; // OLD PACKAGES
UserSubscriptionPackageType["Collect"] = "COLLECT";
UserSubscriptionPackageType["Insight"] = "INSIGHT";
UserSubscriptionPackageType["View"] = "VIEW";
UserSubscriptionPackageType["None"] = "NONE";
UserSubscriptionPackageType["View"] = "VIEW";
})(UserSubscriptionPackageType || (UserSubscriptionPackageType = {}));
export { UserSubscriptionPackageType };

2

package.json
{
"name": "@trackunit/react-core-contexts-api",
"version": "0.0.61",
"version": "0.0.62",
"repository": "https://github.com/Trackunit/manager",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.txt",

@@ -10,11 +10,11 @@ export interface IUserSubscriptionContext {

features: IFeature[] | null;
hasCollectPackage: boolean;
hasViewPackage: boolean;
hasInsightPackage: boolean;
}
export declare enum UserSubscriptionPackageType {
EXPAND_FLEET_OWNER = "Expand (Fleet Owner)",
EVOLVE_FLEET_OWNER = "Evolve (Fleet Owner)",
EXPLORE_FLEET_OWNER = "Explore (Fleet Owner)",
Collect = "COLLECT",
Insight = "INSIGHT",
None = "NONE",
View = "VIEW"
View = "VIEW",
None = "NONE"
}

@@ -21,0 +21,0 @@ export interface IFeature {

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