Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

ts-japi

Package Overview
Dependencies
0
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.2 to 1.6.3

2

lib/classes/relator.js

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

// Setting default options
this.relatedName = serializer.collectionName;
this.relatedName = options.relatedName || serializer.collectionName;
this.options = (0, merge_1.default)({}, Relator.defaultOptions, options);

@@ -41,0 +41,0 @@ this.getRelatedData = fetch;

@@ -28,3 +28,4 @@ import Linker from '../classes/linker';

metaizer?: Metaizer<[PrimaryType, SingleOrArray<RelatedType> | nullish]>;
relatedName?: string;
}
//# sourceMappingURL=relator.interface.d.ts.map
{
"name": "ts-japi",
"version": "1.6.2",
"version": "1.6.3",
"description": "A highly-modular (typescript-friendly)-framework agnostic library for serializing data to the JSON:API specification",

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

Sorry, the diff of this file is not supported yet

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