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

@vonage/vvd-scheme

Package Overview
Dependencies
Maintainers
14
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/vvd-scheme - npm Package Compare versions

Comparing version 2.9.1 to 2.10.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# [2.10.0](https://github.com/vonage/vivid/compare/v2.9.1...v2.10.0) (2021-06-04)
## [2.9.1](https://github.com/vonage/vivid/compare/v2.9.0...v2.9.1) (2021-05-27)

@@ -2,0 +6,0 @@

10

package.json
{
"name": "@vonage/vvd-scheme",
"version": "2.9.1",
"version": "2.10.0",
"description": "Vivid scheme management service",

@@ -25,12 +25,12 @@ "author": "yinonov <yinon@hotmail.com>",

"dependencies": {
"@vonage/vvd-foundation": "2.9.1",
"@vonage/vvd-foundation": "2.10.0",
"tslib": "^2.0.3"
},
"devDependencies": {
"@vonage/vvd-design-tokens": "2.9.1",
"@vonage/vvd-umbrella": "2.9.1",
"@vonage/vvd-design-tokens": "2.10.0",
"@vonage/vvd-umbrella": "2.10.0",
"lit-element": "^2.4.0",
"typescript": "^4.1.3"
},
"gitHead": "6c10569e8e6d1287c5afb918a0723c5a57c83813"
"gitHead": "77e69d140347a9ef630b00e4762150725f941b41"
}

@@ -140,3 +140,5 @@ import {

it('should install style element only once', async () => {
it('should install style element only once', async function () {
this.timeout(8000);
await getFrameLoadedInjected(SCHEME_SETUP_HTML_TAG, async (iframe) => {

@@ -143,0 +145,0 @@ const iframeWindow = iframe.contentWindow;

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