Socket
Socket
Sign inDemoInstall

@ems-press/content-api-types

Package Overview
Dependencies
0
Maintainers
4
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta.5 to 1.0.0-beta.6

2

dist/resources/index.js

@@ -48,3 +48,3 @@ "use strict";

'serial-article-files': ["createdAt", "updatedAt", "access", "url", "contentType", "path", "sizeBytes", "md5", "sha256", "fileType", "publishedAt", "publishedAtPrecision", "description", "copyright", "license", "licenseCode", "licenseUrl", "languageCode"],
'serial-issues': ["createdAt", "updatedAt", "readDescriptionMarkdown", "serialType", "name", "nameAbbreviation", "subtitle", "doiPrefix", "issn", "eIssn", "mscs", "keywords", "owner", "ownerUrl", "publishingModel", "s2oStatus", "s2oStatusStart", "s2oStatusEnd", "publisher", "publisherOrganization", "publisherAddress", "publisherUrl", "copyright", "copyrightUrl", "codeOfPractice", "codeOfPracticeUrl", "volumesPerYear", "issuesPerVolume", "pagesPerYear", "printWidthCm", "printHeightCm", "issueName", "year", "volume", "issue", "pageStart", "pageEnd", "publishedAt", "publishedAtPrecison"],
'serial-issues': ["createdAt", "updatedAt", "readDescriptionMarkdown", "serialType", "name", "nameAbbreviation", "subtitle", "doiPrefix", "issn", "eIssn", "mscs", "keywords", "owner", "ownerUrl", "publishingModel", "s2oStatus", "s2oStatusStart", "s2oStatusEnd", "publisher", "publisherOrganization", "publisherAddress", "publisherUrl", "copyright", "copyrightUrl", "codeOfPractice", "codeOfPracticeUrl", "volumesPerYear", "issuesPerVolume", "pagesPerYear", "printWidthCm", "printHeightCm", "issueName", "year", "volume", "issue", "issueCount", "pageStart", "pageEnd", "publishedAt", "publishedAtPrecison"],
};

@@ -51,0 +51,0 @@ exports.relationshipKeys = {

@@ -10,2 +10,3 @@ import { Images, PersonGroups, SerialArticles, Serials } from './index';

issue?: number;
issueCount: number;
pageStart: number;

@@ -12,0 +13,0 @@ pageEnd: number;

{
"name": "@ems-press/content-api-types",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "Typescript types for the EMS Press Content API",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc