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
8
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.2.0 to 1.2.1

8

bundle-es2015/models/Entry.d.ts

@@ -5,2 +5,10 @@ import { EntrySys } from './EntrySys';

[key: string]: any;
entryTitle?: string;
entryDescription?: string;
entryThumbnail?: EntryThumbnail;
}
export interface EntryThumbnail {
altText?: string;
caption?: string;
asset?: Entry;
}

@@ -1165,3 +1165,11 @@ interface ContensisQuery {

[key: string]: any;
entryTitle?: string;
entryDescription?: string;
entryThumbnail?: EntryThumbnail;
}
interface EntryThumbnail {
altText?: string;
caption?: string;
asset?: Entry;
}

@@ -1168,0 +1176,0 @@ interface EntryGetOptions {

3

CHANGELOG.md

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

## [1.2.1] - 2023-01-20
- thumbnails added thumbnail to entry definition
## [1.2.0] - 2022-06-08

@@ -9,0 +12,0 @@ ### Changes

@@ -5,2 +5,10 @@ import { EntrySys } from './EntrySys';

[key: string]: any;
entryTitle?: string;
entryDescription?: string;
entryThumbnail?: EntryThumbnail;
}
export interface EntryThumbnail {
altText?: string;
caption?: string;
asset?: Entry;
}

2

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

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

import { EntrySys } from './EntrySys';
export interface Entry {
sys: EntrySys;
[key: string]: any;
entryTitle?: string;
entryDescription?: string;
entryThumbnail?: EntryThumbnail;
}
export interface EntryThumbnail {
altText?: string;
caption?: string;
asset?: Entry;
}

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