Socket
Socket
Sign inDemoInstall

@vonage/vvd-core

Package Overview
Dependencies
Maintainers
14
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/vvd-core - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

7

CHANGELOG.md

@@ -1,9 +0,4 @@

# 0.6.0 (2020-09-08)
# 0.7.0 (2020-09-15)
### Features
* **textarea:** textarea form association ([#300](https://github.com/vonage/vivid/issues/300)) ([19ebd4e](https://github.com/vonage/vivid/commit/19ebd4e5f694738d2687f2a9d2a24ef2fa9beb4b))

8

package.json
{
"name": "@vonage/vvd-core",
"version": "0.6.0",
"version": "0.7.0",
"description": "> TODO: description",

@@ -27,7 +27,7 @@ "author": "yinonov <yinon@hotmail.com>",

"dependencies": {
"@vonage/vvd-fonts": "^0.6.0",
"@vonage/vvd-scheme": "^0.6.0",
"@vonage/vvd-fonts": "^0.7.0",
"@vonage/vvd-scheme": "^0.7.0",
"tslib": "^2.0.1"
},
"gitHead": "d55fb00c43d48e3f8b0f3de170e4cb6949acbfd8"
"gitHead": "7ea075c26f7d4224be96ce96efd8ad6d6f210cd3"
}

@@ -12,7 +12,3 @@ import configuration from './config-resolver.js';

async function init({ scheme }) {
Promise
.all([
fonts.init(),
schemeService.set(scheme)
])
Promise.all([fonts.init(), schemeService.set(scheme)])
.then(initResolver)

@@ -19,0 +15,0 @@ .catch(initRejector);

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