Socket
Socket
Sign inDemoInstall

@apaleo/angular-api-proxy-catalog

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apaleo/angular-api-proxy-catalog - npm Package Compare versions

Comparing version 0.2.16 to 0.2.17

6

model/embeddedInventoryModel.d.ts

@@ -23,11 +23,11 @@ /**

*/
code: string;
code?: string;
/**
* The name for the inventory
*/
name: string;
name?: string;
/**
* The description for the inventory
*/
description: string;
description?: string;
/**

@@ -34,0 +34,0 @@ * Collection of links to related resources

@@ -22,3 +22,2 @@ /**

code: Object.freeze({
isRequired: true,
type: 'string',

@@ -28,3 +27,2 @@ isPrimitiveType: true,

name: Object.freeze({
isRequired: true,
type: 'string',

@@ -34,3 +32,2 @@ isPrimitiveType: true,

description: Object.freeze({
isRequired: true,
type: 'string',

@@ -37,0 +34,0 @@ isPrimitiveType: true,

{
"name": "@apaleo/angular-api-proxy-catalog",
"version": "0.2.16",
"version": "0.2.17",
"description": "",

@@ -12,3 +12,3 @@ "main": "index.js",

"@angular/platform-browser": "^4.3.5",
"@apaleo/angular-api-proxy-common": "^0.2.16",
"@apaleo/angular-api-proxy-common": "^0.2.17",
"rxjs": "^5.4.2",

@@ -28,3 +28,3 @@ "tslib": "^1.7.1",

"@angular/platform-server": "^4.3.5",
"@apaleo/angular-api-proxy-common": "^0.2.16",
"@apaleo/angular-api-proxy-common": "^0.2.17",
"rxjs": "^5.4.2",

@@ -31,0 +31,0 @@ "tslib": "^1.7.1",

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