Socket
Socket
Sign inDemoInstall

@ems-press/content-api-types

Package Overview
Dependencies
Maintainers
4
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-beta.3 to 1.0.0-beta.4

2

dist/resources/serial-articles.d.ts

@@ -5,3 +5,3 @@ import { PersonGroups, Serials, SerialIssues, SerialArticleFiles } from './index';

export declare type Type = 'serial-articles';
export declare type SerialArticleType = 'editorial' | 'research-article';
export declare type SerialArticleType = 'announcement' | 'book-review' | 'discussion' | 'editorial' | 'feature-article' | 'interview' | 'letter-to-the-editor' | 'obituary' | 'other' | 'report' | 'research-article';
export declare const serialArticleTypes: SerialArticleType[];

@@ -8,0 +8,0 @@ export declare type SerialArticleOnlineAccessType = 'open' | 'free' | 'subscription';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.serialArticleOnlineAccessType = exports.serialArticleTypes = void 0;
exports.serialArticleTypes = ["editorial", "research-article"];
exports.serialArticleTypes = ["announcement", "book-review", "discussion", "editorial", "feature-article", "interview", "letter-to-the-editor", "obituary", "other", "report", "research-article"];
exports.serialArticleOnlineAccessType = ["subscription", "open", "free"];
//# sourceMappingURL=serial-articles.js.map
{
"name": "@ems-press/content-api-types",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc