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
4
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 1.0.4 to 1.0.5

2

CHANGELOG.md

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

## [1.0.5](https://github.com/Trackunit/manager/compare/iris-app-api/1.0.4...iris-app-api/1.0.5) (2025-01-29)
## [1.0.4](https://github.com/Trackunit/manager/compare/iris-app-api/1.0.3...iris-app-api/1.0.4) (2025-01-27)

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

6

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

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

"dependencies": {},
"types": "./src/index.d.ts",
"main": "./src/index.js",
"type": "commonjs",
"types": "./src/index.d.ts"
"type": "commonjs"
}

@@ -33,2 +33,3 @@ export declare const accountScope: {

readonly ACCOUNT_BRANDING_MANAGE: "account.branding.manage";
readonly ACCOUNT_REMOTE_COMMAND_CONFIGURATION_VIEW: "account.remote-commands.configuration-tool.view";
};

@@ -83,3 +84,4 @@ export type AccountScope = (typeof accountScope)[keyof typeof accountScope];

ACCOUNT_BRANDING_MANAGE: "account.branding.manage";
ACCOUNT_REMOTE_COMMAND_CONFIGURATION_VIEW: "account.remote-commands.configuration-tool.view";
};
export type Scope = AccountScope | AssetScope | SiteScope | FunctionalityScope;

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

ACCOUNT_BRANDING_MANAGE: "account.branding.manage",
ACCOUNT_REMOTE_COMMAND_CONFIGURATION_VIEW: "account.remote-commands.configuration-tool.view",
};

@@ -38,0 +39,0 @@ exports.assetScope = {

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