Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@transcend-io/airgap.js-types

Package Overview
Dependencies
Maintainers
0
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transcend-io/airgap.js-types - npm Package Compare versions

Comparing version 12.8.1 to 12.9.0

17

build-esm/enums/purpose.d.ts

@@ -42,2 +42,19 @@ /**

/**
* Purposes that can be configured
*/
export declare const KnownDefaultPurpose: {
/** SaaS tools used for advertising purposes */
Advertising: "Advertising";
/** SaaS tools used for analytics purposes */
Analytics: "Analytics";
/** SaaS tools used for functional purposes */
Functional: "Functional";
/** SaaS tools used for selling personal information */
SaleOfInfo: "SaleOfInfo";
/** The request is necessary for the essential features of the website */
Essential: "Essential";
};
/** Type override */
export type KnownDefaultPurpose = typeof KnownDefaultPurpose[keyof typeof KnownDefaultPurpose];
/**
* Purposes used by the purpose map

@@ -44,0 +61,0 @@ */

@@ -38,2 +38,10 @@ // main

/**
* Purposes that can be configured
*/
export const KnownDefaultPurpose = makeEnum({
/** The request is necessary for the essential features of the website */
Essential: 'Essential',
...ConfigurablePurpose,
});
/**
* Purposes used by the purpose map

@@ -40,0 +48,0 @@ */

@@ -42,2 +42,19 @@ /**

/**
* Purposes that can be configured
*/
export declare const KnownDefaultPurpose: {
/** SaaS tools used for advertising purposes */
Advertising: "Advertising";
/** SaaS tools used for analytics purposes */
Analytics: "Analytics";
/** SaaS tools used for functional purposes */
Functional: "Functional";
/** SaaS tools used for selling personal information */
SaleOfInfo: "SaleOfInfo";
/** The request is necessary for the essential features of the website */
Essential: "Essential";
};
/** Type override */
export type KnownDefaultPurpose = typeof KnownDefaultPurpose[keyof typeof KnownDefaultPurpose];
/**
* Purposes used by the purpose map

@@ -44,0 +61,0 @@ */

10

build/enums/purpose.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Purpose = exports.ConfigurablePurpose = exports.DefaultConsentValue = exports.SpecialTrackingPurpose = void 0;
exports.Purpose = exports.KnownDefaultPurpose = exports.ConfigurablePurpose = exports.DefaultConsentValue = exports.SpecialTrackingPurpose = void 0;
// main

@@ -41,2 +41,10 @@ const type_utils_1 = require("@transcend-io/type-utils");

/**
* Purposes that can be configured
*/
exports.KnownDefaultPurpose = (0, type_utils_1.makeEnum)({
/** The request is necessary for the essential features of the website */
Essential: 'Essential',
...exports.ConfigurablePurpose,
});
/**
* Purposes used by the purpose map

@@ -43,0 +51,0 @@ */

2

package.json

@@ -5,3 +5,3 @@ {

"description": "TypeScript types for airgap.js interoperability with custom consent UIs",
"version": "12.8.1",
"version": "12.9.0",
"homepage": "https://github.com/transcend-io/airgap.js-types",

@@ -8,0 +8,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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