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

@trackunit/iris-app-api

Package Overview
Dependencies
Maintainers
0
Versions
285
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trackunit/iris-app-api - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

src/types/iconImage.d.ts

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## [0.2.2](https://github.com/Trackunit/manager/compare/iris-app-api/0.2.1...iris-app-api/0.2.2) (2024-09-09)
## [0.2.1](https://github.com/Trackunit/manager/compare/iris-app-api/0.2.0...iris-app-api/0.2.1) (2024-09-05)

@@ -7,0 +9,0 @@

2

package.json
{
"name": "@trackunit/iris-app-api",
"version": "0.2.1",
"version": "0.2.2",
"license": "SEE LICENSE IN LICENSE.txt",

@@ -5,0 +5,0 @@ "repository": "https://github.com/Trackunit/manager",

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

import { IconByName, IconImage } from "../iconImage";
import { AbstractExtensionManifest, RegExpType, TranslationKey, Translations } from "../irisAppExtensionManifest";

@@ -25,3 +26,4 @@ import { AccountScope } from "../scopes";

icon: string;
image?: IconByName | IconImage;
};
}
export * from "./defaultValidHosts";
export * from "./extensions";
export * from "./iconImage";
export * from "./icons.generated";
export * from "./irisAppCspInput";

@@ -4,0 +6,0 @@ export * from "./irisAppCustomFields";

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

tslib_1.__exportStar(require("./extensions"), exports);
tslib_1.__exportStar(require("./iconImage"), exports);
tslib_1.__exportStar(require("./icons.generated"), exports);
tslib_1.__exportStar(require("./irisAppCspInput"), exports);

@@ -8,0 +10,0 @@ tslib_1.__exportStar(require("./irisAppCustomFields"), exports);

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