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.13 to 1.0.0-beta.15

4

dist/resources/index.js

@@ -49,7 +49,7 @@ "use strict";

persons: ["createdAt", "updatedAt", "name", "surname", "givenName", "prefix", "orcid", "description", "organization", "role", "email", "twitterProfile", "linkedinProfile", "facebookProfile", "homepage"],
serials: ["createdAt", "updatedAt", "code", "descriptionMarkdown", "readDescriptionMarkdown", "submitDescriptionMarkdown", "subscribeDescriptionMarkdown", "forthcomingArticlesMarkdown", "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"],
serials: ["createdAt", "updatedAt", "code", "descriptionMarkdown", "readDescriptionMarkdown", "submitDescriptionMarkdown", "subscribeDescriptionMarkdown", "forthcomingArticlesMarkdown", "editorialBoardDescriptionMarkdown", "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"],
'serial-articles': ["createdAt", "updatedAt", "articleType", "submittedAt", "submittedAtPrecision", "acceptedAt", "acceptedAtPrecision", "publishedAt", "publishedAtPrecision", "retractedAt", "retractedAtPrecision", "title", "titleTex", "subtitle", "subtitleTex", "abstractMarkdown", "abstractMarkdownTex", "doi", "mscs", "keywords", "pages", "pageStart", "pageEnd", "copyright", "license", "licenseCode", "licenseUrl", "onlineAccessType", "readDescriptionMarkdown", "languageCode"],
'serial-article-files': ["createdAt", "updatedAt", "access", "url", "contentType", "path", "sizeBytes", "md5", "sha256", "fileType", "publishedAt", "publishedAtPrecision", "description", "copyright", "license", "licenseCode", "licenseUrl", "languageCode"],
'serial-article-images': ["createdAt", "updatedAt", "access", "url", "contentType", "path", "sizeBytes", "md5", "sha256", "publishedAt", "publishedAtPrecision", "description", "copyright", "license", "licenseCode", "licenseUrl", "languageCode", "fileType", "width", "height"],
'serial-issues': ["createdAt", "updatedAt", "copyright", "readDescriptionMarkdown", "forthcomingArticlesMarkdown", "serialType", "name", "nameAbbreviation", "subtitle", "doiPrefix", "issn", "eIssn", "mscs", "keywords", "owner", "ownerUrl", "publishingModel", "s2oStatus", "s2oStatusStart", "s2oStatusEnd", "publisher", "publisherOrganization", "publisherAddress", "publisherUrl", "copyrightUrl", "codeOfPractice", "codeOfPracticeUrl", "volumesPerYear", "issuesPerVolume", "pagesPerYear", "printWidthCm", "printHeightCm", "issueName", "year", "volume", "issue", "issueCount", "pageStart", "pageEnd", "publishedAt", "publishedAtPrecison"],
'serial-issues': ["createdAt", "updatedAt", "copyright", "readDescriptionMarkdown", "forthcomingArticlesMarkdown", "editorialBoardDescriptionMarkdown", "serialType", "name", "nameAbbreviation", "subtitle", "doiPrefix", "issn", "eIssn", "mscs", "keywords", "owner", "ownerUrl", "publishingModel", "s2oStatus", "s2oStatusStart", "s2oStatusEnd", "publisher", "publisherOrganization", "publisherAddress", "publisherUrl", "copyrightUrl", "codeOfPractice", "codeOfPracticeUrl", "volumesPerYear", "issuesPerVolume", "pagesPerYear", "printWidthCm", "printHeightCm", "issueName", "year", "volume", "issue", "issueCount", "pageStart", "pageEnd", "publishedAt", "publishedAtPrecison"],
'serial-issue-files': ["createdAt", "updatedAt", "access", "url", "contentType", "path", "sizeBytes", "md5", "sha256", "fileType", "publishedAt", "publishedAtPrecision", "description", "copyright", "license", "licenseCode", "licenseUrl", "languageCode"],

@@ -56,0 +56,0 @@ };

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

forthcomingArticlesMarkdown?: string;
editorialBoardDescriptionMarkdown?: string;
serialType: SerialType;

@@ -21,0 +22,0 @@ name: string;

{
"name": "@ems-press/content-api-types",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.15",
"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