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 0.2.16 to 0.2.17

src/types/permissionsPolicy.d.ts

2

CHANGELOG.md

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

## [0.2.17](https://github.com/Trackunit/manager/compare/iris-app-api/0.2.16...iris-app-api/0.2.17) (2024-12-02)
## [0.2.16](https://github.com/Trackunit/manager/compare/iris-app-api/0.2.15...iris-app-api/0.2.16) (2024-11-28)

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

2

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

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

@@ -12,4 +12,5 @@ export * from "./defaultValidHosts";

export * from "./modulefederation";
export * from "./permissionsPolicy";
export * from "./scopes";
export * from "./serversideInterfaces";
export * from "./subscriptionPackages";

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

tslib_1.__exportStar(require("./modulefederation"), exports);
tslib_1.__exportStar(require("./permissionsPolicy"), exports);
tslib_1.__exportStar(require("./scopes"), exports);

@@ -17,0 +18,0 @@ tslib_1.__exportStar(require("./serversideInterfaces"), exports);

@@ -9,2 +9,3 @@ import { CSPDirectives } from "./cspDirectives";

import { Marketplace, Marketplace_1_0 } from "./irisAppMarketplace";
import { PermissionsPolicy } from "./permissionsPolicy";
import { Scope } from "./scopes";

@@ -61,2 +62,8 @@ export interface IrisAppManifest extends Omit<IrisAppManifest_1_0, "specVersion" | "activationMode" | "marketplace" | "validForAccountIds" | "consentConfig"> {

cspHeader?: Partial<CSPDirectives>;
/**
* Configuration of the Permissions policy of the app
*
* More information about Permissions policies can be found [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Permissions-Policy).
*/
permissionsPolicy?: PermissionsPolicy;
}

@@ -63,0 +70,0 @@ export type RequiredOrOptionalScope = {

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