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

@transcend-io/airgap.js-types

Package Overview
Dependencies
Maintainers
7
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 8.10.2 to 8.10.3

1

build/core.d.ts

@@ -102,2 +102,3 @@ import * as t from 'io-ts';

CPA: unknown;
UCPA: unknown;
}>;

@@ -104,0 +105,0 @@ /** type overload */

4

build/enums/privacyRegime.d.ts

@@ -14,4 +14,6 @@ /** Potentially applicable data privacy legal regimes */

/** Colorado Privacy Act */
CPA = "CPA"
CPA = "CPA",
/** Utah Consumer Privacy Act */
UCPA = "UCPA"
}
//# sourceMappingURL=privacyRegime.d.ts.map

@@ -19,3 +19,5 @@ "use strict";

PrivacyRegimeEnum["CPA"] = "CPA";
/** Utah Consumer Privacy Act */
PrivacyRegimeEnum["UCPA"] = "UCPA";
})(PrivacyRegimeEnum = exports.PrivacyRegimeEnum || (exports.PrivacyRegimeEnum = {}));
//# sourceMappingURL=privacyRegime.js.map

@@ -118,2 +118,11 @@ import * as t from 'io-ts';

}>;
UCPA: t.KeyofC<{
QuickOptions: unknown;
AcceptAll: unknown;
AcceptOrRejectAll: unknown;
NoticeAndDoNotSell: unknown;
DoNotSellDisclosure: unknown;
CompleteOptions: unknown;
Hidden: unknown;
}>;
}>;

@@ -129,2 +138,3 @@ /** type overload */

CPA: unknown;
UCPA: unknown;
}>, t.KeyofC<{

@@ -171,2 +181,3 @@ QuickOptions: unknown;

CPA: unknown;
UCPA: unknown;
}>, t.KeyofC<{

@@ -219,2 +230,3 @@ QuickOptions: unknown;

CPA: unknown;
UCPA: unknown;
}>, t.KeyofC<{

@@ -221,0 +233,0 @@ QuickOptions: unknown;

@@ -77,6 +77,9 @@ "use strict";

LGPD: enums_1.InitialViewState.QuickOptions,
// Virginia (unreachable as we don't detect this regime yet)
// Virginia
CDPA: enums_1.InitialViewState.NoticeAndDoNotSell,
// Colorado (unreachable as we don't detect this regime yet)
// Colorado
CPA: enums_1.InitialViewState.NoticeAndDoNotSell,
// Utah
// TODO: https://transcend.height.app/T-17644 - change Utah default view state once UCPA is in effect
UCPA: enums_1.InitialViewState.Hidden,
// Other

@@ -83,0 +86,0 @@ Unknown: enums_1.InitialViewState.Hidden,

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

"description": "TypeScript types for airgap.js interoperability with custom consent UIs",
"version": "8.10.2",
"version": "8.10.3",
"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

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