New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

datacite-ts

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datacite-ts - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

8

CHANGELOG.md

@@ -5,2 +5,10 @@ # Changelog

### [0.1.2](https://github.com/thewilkybarkid/datacite-ts/compare/v0.1.1...v0.1.2) (2022-12-05)
### Features
* add identifiers to Work ([2cb29e8](https://github.com/thewilkybarkid/datacite-ts/commit/2cb29e8d8072f00f2af4b089c67915225fb0639e))
* add publisher to Work ([94e3741](https://github.com/thewilkybarkid/datacite-ts/commit/94e37414b3a3e4f8a67f795bc0e85e20b6b02bbd))
### [0.1.1](https://github.com/thewilkybarkid/datacite-ts/compare/v0.1.0...v0.1.1) (2022-12-02)

@@ -7,0 +15,0 @@

@@ -37,2 +37,7 @@ /**

readonly doi: Doi;
readonly identifiers: ReadonlyArray<{
identifier: string;
identifierType: string;
}>;
readonly publisher: string;
readonly types: {

@@ -39,0 +44,0 @@ resourceType?: string;

@@ -126,2 +126,7 @@ "use strict";

doi: DoiC,
identifiers: ReadonlyArrayC(C.struct({
identifier: C.string,
identifierType: C.string,
})),
publisher: C.string,
titles: ReadonlyNonEmptyArrayC(C.struct({

@@ -128,0 +133,0 @@ title: C.string,

2

package.json
{
"name": "datacite-ts",
"description": "A DataCite API client for use with fp-ts.",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/thewilkybarkid/datacite-ts",

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