🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

json-api-models

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-api-models - npm Package Compare versions

Comparing version

to
0.2.0-beta.4

1

dist/model.d.ts

@@ -12,3 +12,2 @@ import { JsonApiResource, ModelForType, SchemaCollection } from './types';

links: Schema['links'];
[field: string]: any;
constructor(data: Schema);

@@ -15,0 +14,0 @@ /**

2

package.json
{
"name": "json-api-models",
"description": "A lightweight layer for working with JSON:API data.",
"version": "0.2.0-beta.3",
"version": "0.2.0-beta.4",
"author": "Toby Zerner",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -15,4 +15,2 @@ import { JsonApiResource, ModelForType, SchemaCollection } from './types';

[field: string]: any;
constructor(data: Schema) {

@@ -19,0 +17,0 @@ this.type = data.type;