Socket
Socket
Sign inDemoInstall

@vonage/vvd-foundation

Package Overview
Dependencies
2
Maintainers
20
Versions
123
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.22.0 to 2.22.1

8

constants.d.ts

@@ -48,1 +48,9 @@ export declare enum Connotation {

}
export declare enum Role {
Status = "status",
Alert = "alert"
}
export declare enum AriaLive {
Polite = "polite",
Assertive = "assertive"
}

@@ -55,2 +55,12 @@ export var Connotation;

})(Position || (Position = {}));
export var Role;
(function (Role) {
Role["Status"] = "status";
Role["Alert"] = "alert";
})(Role || (Role = {}));
export var AriaLive;
(function (AriaLive) {
AriaLive["Polite"] = "polite";
AriaLive["Assertive"] = "assertive";
})(AriaLive || (AriaLive = {}));
//# sourceMappingURL=constants.js.map

8

package.json
{
"name": "@vonage/vvd-foundation",
"version": "2.22.0",
"version": "2.22.1",
"description": "internal package to hold constants, definitions and primitives to be used in the rest of Vivid ecosystem",

@@ -34,7 +34,7 @@ "homepage": "https://github.com/Vonage/vivid/tree/master/components/foundation#readme",

"devDependencies": {
"@vonage/vvd-design-tokens": "2.22.0",
"@vonage/vvd-umbrella": "2.22.0",
"@vonage/vvd-design-tokens": "2.22.1",
"@vonage/vvd-umbrella": "2.22.1",
"typescript": "^4.3.2"
},
"gitHead": "1198141508cc78ff71ada600cab8abb7a6469cba"
"gitHead": "72fe2e83541e9df5d2d0f076cc328c69bbb95347"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc