New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

contensis-delivery-api

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contensis-delivery-api - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

1

bundle-es2015/models/Node.d.ts

@@ -13,2 +13,3 @@ import { Entry } from './Entry';

childCount: number;
includeInMenu: boolean;
}

@@ -264,2 +264,3 @@ interface ClientConfigFactory {

childCount: number;
includeInMenu: boolean;
}

@@ -266,0 +267,0 @@

@@ -7,2 +7,6 @@ # Changelog

## [1.1.4] - 2019-12-12
### Added
- nodes api: Node has a includeInMenu property;
## [1.1.3] - 2019-10-17

@@ -9,0 +13,0 @@ ### Added

@@ -13,2 +13,3 @@ import { Entry } from './Entry';

childCount: number;
includeInMenu: boolean;
}

2

package.json
{
"name": "contensis-delivery-api",
"version": "1.1.3",
"version": "1.1.4",
"description": "Contensis Javascript Delivery API",

@@ -5,0 +5,0 @@ "engines": {

@@ -14,2 +14,3 @@ import { Entry } from './Entry';

childCount: number;
includeInMenu: boolean;
}
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