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.12 to 1.0.0-alpha.13

dist/fields.js

2

dist/resources/person-groups.d.ts

@@ -14,1 +14,3 @@ import { EqualFilter } from '../filter';

export declare type Filter = EqualFilter<Attributes, 'groupType'>;
export declare const attributeKeys: ("groupType" | "name")[];
export declare const relationshipKeys: "serials"[];

@@ -50,1 +50,3 @@ import { PersonGroups } from './index';

export declare type Filter = DateFilter<'created' | 'updated'> & EqualFilter<Attributes, 'serialType' | 's2oStatus'>;
export declare const attributeKeys: ("name" | "createdAt" | "updatedAt" | "code" | "coverImageUrl" | "descriptionMarkdown" | "submitDescriptionMarkdown" | "subscribeDescriptionMarkdown" | "serialType" | "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")[];
export declare const relationshipKeys: "personGroups"[];

11

package.json
{
"name": "@ems-press/content-api-types",
"version": "1.0.0-alpha.12",
"version": "1.0.0-alpha.13",
"description": "Typescript types for the EMS Press Content API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typeScriptVersion": "4.1",
"scripts": {
"build": "rm -rf dist && tsc --emitDeclarationOnly",
"build": "rm -rf dist && ttsc",
"lint": "eslint src --ext .ts",

@@ -38,2 +39,5 @@ "prepublishOnly": "npm run build",

"prettier": "^2.2.1",
"ts-node": "^9.1.1",
"ts-transformer-keys": "^0.4.3",
"ttypescript": "^1.5.12",
"typescript": "^4.1.3",

@@ -51,3 +55,4 @@ "yalc": "^1.0.0-pre.48"

]
}
},
"dependencies": {}
}
{
"compilerOptions": {
"moduleResolution": "Node",
"declaration": true,
"esModuleInterop": true,
"lib": ["ES2020"],
"module": "ESNext",
"module": "commonjs",
"outDir": "dist/",

@@ -11,4 +12,7 @@ "rootDir": "src/",

"strict": true,
"target": "es6"
"target": "es6",
"plugins": [
{ "transform": "ts-transformer-keys/transformer" }
]
}
}
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