Socket
Socket
Sign inDemoInstall

@vonage/vvd-foundation

Package Overview
Dependencies
Maintainers
14
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/vvd-foundation - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

9

CHANGELOG.md

@@ -0,1 +1,10 @@

# [1.1.0](https://github.com/vonage/vivid/compare/v1.0.4...v1.1.0) (2021-01-25)
### Features
* autofill solution ([#599](https://github.com/vonage/vivid/issues/599)) ([284a5f0](https://github.com/vonage/vivid/commit/284a5f003ca98a26ba12cd91a13772c902635766))
## [1.0.4](https://github.com/vonage/vivid/compare/v1.0.3...v1.0.4) (2021-01-19)

@@ -2,0 +11,0 @@

1

general-utils.d.ts

@@ -0,3 +1,4 @@

export * from './utils/emitter';
export declare function handleAutofocus(targetElement: HTMLElement): void;
export declare function handleMultipleDenseProps(targetElement: any, changes: Map<string, boolean>): void;
export declare function assert(condition: unknown, msg?: string): asserts condition;

@@ -0,1 +1,2 @@

export * from './utils/emitter';
export function handleAutofocus(targetElement) {

@@ -2,0 +3,0 @@ if (!targetElement || !targetElement.hasAttribute) {

13

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

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

"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
"test": "echo \"Error: run tests from root\" && exit 1",
"build:typescript": "tsc -b",
"build:styles": "umbrella-style-modules",
"build": "yarn run build:styles && yarn run build:typescript"
},

@@ -30,5 +33,7 @@ "bugs": {

"devDependencies": {
"@vonage/vvd-design-tokens": "^1.0.4"
"@vonage/vvd-design-tokens": "^1.1.0",
"@vonage/vvd-umbrella": "^1.0.4",
"typescript": "^4.1.3"
},
"gitHead": "077e7a1b7dea25e7b40280521fae90f883c05daf"
"gitHead": "bb0f68025052516a5c3faf0ff37fda639e1896f0"
}

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