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

@ems-press/content-api-types

Package Overview
Dependencies
Maintainers
3
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ems-press/content-api-types - npm Package Compare versions

Comparing version 1.0.0-alpha.17 to 1.0.0-alpha.18

2

dist/resources/images.d.ts

@@ -15,4 +15,4 @@ import { DateFilter, EqualFilter, IsInFilter } from '../filter';

};
export declare type Relationships = Record<string, never>;
export declare type Relationships = Record<never, never>;
export declare type SortField = 'createdAt' | 'updatedAt' | 'contentType' | 'path';
export declare type Filter = DateFilter<'created' | 'updated'> & EqualFilter<Attributes, 'path'> & IsInFilter<Attributes, 'contentType'>;
{
"name": "@ems-press/content-api-types",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"description": "Typescript types for the EMS Press Content API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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