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

@vivocha/client-interaction-core

Package Overview
Dependencies
Maintainers
10
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivocha/client-interaction-core - npm Package Compare versions

Comparing version 6.2.2 to 6.3.0

73

package.json
{
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"name": "@vivocha/client-interaction-core",
"version": "6.2.2",
"version": "6.3.0",
"license": "SEE LICENSE IN LICENSE",

@@ -12,39 +11,47 @@ "repository": {

"homepage": "https://bitbucket.org/vivocha/client-interaction-core#readme",
"peerDependencies": {},
"files": [
"dist",
"README.md",
"LICENSE"
],
"peerDependencies": {
"@angular/common": "^6.0.9",
"@angular/core": "^6.0.9",
"@ngrx/store": "^6.0.1",
"@ngrx/store-devtools": "^6.0.1",
"@ngx-translate/core": "^10.0.2",
"@ngx-translate/http-loader": "^3.0.1",
"@vivocha/public-entities": "^6.4.15",
"rxjs": "^6.2.1"
},
"devDependencies": {
"@angular/common": "^5.1.2",
"@angular/compiler": "^5.1.2",
"@angular/core": "^5.1.2",
"@angular/forms": "^5.1.2",
"@angular/http": "^5.1.2",
"@angular/platform-browser": "^5.1.2",
"@angular/platform-browser-dynamic": "^5.1.2",
"@angular/router": "^5.1.2",
"@ngrx/store": "5.1.0",
"@ngx-translate/core": "9.0.2",
"@ngx-translate/http-loader": "2.0.1",
"@vivocha/public-entities": "6.3.7",
"core-js": "^2.5.3",
"rxjs": "^5.5.6",
"zone.js": "^0.8.18",
"@angular-devkit/core": "^0.2.0",
"@angular/cli": "1.6.2",
"@angular/compiler-cli": "^5.1.2",
"@types/jasmine": "2.8.2",
"@types/node": "~8.5.2",
"@ngrx/store-devtools": "5.1.0",
"@angular-devkit/build-angular": "^0.6.8",
"@angular/cli": "^6.0.8",
"@angular/compiler": "^6.0.9",
"@angular/compiler-cli": "^6.0.9",
"jsonref-cli": "^1.0.0",
"ts-node": "~4.0.2",
"tslint": "~5.8.0",
"typescript": "2.4.0",
"ng-packagr": "2.4.2"
"ng-packagr": "^3.0.3",
"typescript": "~2.7.2"
},
"dependencies": {
"@angular/common": "^6.0.9",
"@angular/core": "^6.0.9",
"@ngrx/store": "^6.0.1",
"@ngrx/store-devtools": "^6.0.1",
"@ngx-translate/core": "^10.0.2",
"@ngx-translate/http-loader": "^3.0.1",
"@vivocha/public-entities": "^6.4.15",
"rxjs": "^6.2.1",
"tslib": "^1.9.0"
},
"main": "bundles/vivocha-client-interaction-core.umd.js",
"module": "esm5/vivocha-client-interaction-core.js",
"es2015": "esm2015/vivocha-client-interaction-core.js",
"module": "fesm5/vivocha-client-interaction-core.js",
"es2015": "fesm2015/vivocha-client-interaction-core.js",
"esm5": "esm5/vivocha-client-interaction-core.js",
"esm2015": "esm2015/vivocha-client-interaction-core.js",
"fesm5": "fesm5/vivocha-client-interaction-core.js",
"fesm2015": "fesm2015/vivocha-client-interaction-core.js",
"typings": "vivocha-client-interaction-core.d.ts",
"metadata": "vivocha-client-interaction-core.metadata.json",
"dependencies": {
"tslib": "^1.7.1"
}
"sideEffects": false
}

Sorry, the diff of this file is too big to display

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