Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsona

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsona - npm Package Compare versions

Comparing version 1.9.6 to 1.9.7

12

lib/JsonaTypes.d.ts

@@ -91,9 +91,9 @@ declare type AtLeastOneProperty<T, U = {

export declare type TJsonApiRelation = AtLeastOneProperty<FullTJsonApiRelation>;
declare type LinkKey = "self" | "related" | "first" | "prev" | "next" | "last";
declare type LinkObjectMember = string | {
href?: string;
meta?: TAnyKeyValueObject;
} | null;
export declare type TJsonApiLinks = {
self: string;
related: string;
first?: string | null;
last?: string | null;
prev?: string | null;
next?: string | null;
[key in LinkKey]?: LinkObjectMember;
};

@@ -100,0 +100,0 @@ export declare type TJsonApiRelationships = {

{
"name": "jsona",
"description": "Provide data formatters (data model builder & json builder) to work with JSON API specification v1.0 in your JavaScript / TypeScript code",
"version": "1.9.6",
"version": "1.9.7",
"keywords": [

@@ -6,0 +6,0 @@ "json-api",

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