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

@vonage/vvd-style-coupling

Package Overview
Dependencies
Maintainers
13
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/vvd-style-coupling - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

4

CHANGELOG.md

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

## [2.2.3](https://github.com/vonage/vivid/compare/v2.2.2...v2.2.3) (2021-03-30)
## [2.2.2](https://github.com/vonage/vivid/compare/v2.2.1...v2.2.2) (2021-03-19)

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

10

package.json
{
"name": "@vonage/vvd-style-coupling",
"version": "2.2.2",
"version": "2.2.3",
"description": "> TODO: description",

@@ -28,9 +28,9 @@ "author": "yinonov <yinon@hotmail.com>",

"devDependencies": {
"@vonage/vvd-design-tokens": "^2.2.2",
"@vonage/vvd-foundation": "^2.2.2",
"@vonage/vvd-umbrella": "^2.2.2",
"@vonage/vvd-design-tokens": "^2.2.3",
"@vonage/vvd-foundation": "^2.2.3",
"@vonage/vvd-umbrella": "^2.2.3",
"lit-element": "^2.4.0",
"typescript": "^4.1.3"
},
"gitHead": "033c17ffd4dd830f077ab17bfbb0226716cf6b74"
"gitHead": "118a7f0660db1fb037bd2080bdd31065b376494e"
}
{
"extends": "@vonage/vvd-umbrella/configs/tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"composite": true,
"rootDir": "src",
"outDir": ".",
"tsBuildInfoFile": ".tsbuildinfo"
},
"include": ["src/*.ts"],
"exclude": ["src/test/*.ts"],
"references": [
{
"path": "../scheme"
}
]
}
"extends": "@vonage/vvd-umbrella/configs/tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"composite": true,
"rootDir": "src",
"outDir": ".",
"tsBuildInfoFile": ".tsbuildinfo"
},
"include": [
"src/*.ts"
],
"exclude": [
"src/test/*.ts"
]
}
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