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

@nrfcloud/models

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nrfcloud/models - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/generated/ApiIndexSchema.d.ts

5

dist/generated/LinkSchema.d.ts

@@ -11,2 +11,3 @@ /**

export type LinkSchema = (VersionedContextSchema & {
__context: string;
/**

@@ -31,9 +32,9 @@ * URL to retrieve the link

/**
* context for this model: e.g. 'https://github.com/nRFCloud/models#CustomCard'
* context for this model
*/
__context: string;
/**
* version of the $context: e.g. 1
* version of the context
*/
__contextVersion: number;
}

4

dist/generated/VersionedContextSchema.d.ts

@@ -12,9 +12,9 @@ /**

/**
* context for this model: e.g. 'https://github.com/nRFCloud/models#CustomCard'
* context for this model
*/
__context: string;
/**
* version of the $context: e.g. 1
* version of the context
*/
__contextVersion: number;
}

@@ -5,3 +5,3 @@ import { JSONSerializeable } from './JSONSerializeable';

import { Link } from './Link';
import { ApiIndexSchema } from '../../dist/generated/APIIndexSchema';
import { ApiIndexSchema } from '../../dist/generated/ApiIndexSchema';
/**

@@ -8,0 +8,0 @@ * Describes entry points of an API

{
"name": "@nrfcloud/models",
"version": "1.0.1",
"version": "1.0.2",
"description": "Contains model definitions for the REST API",

@@ -41,6 +41,6 @@ "main": "dist/index.js",

"json-schema-to-typescript": "^4.6.0",
"semantic-release": "^7.0.2",
"ts-jest": "^21.0.0",
"tslint": "^5.6.0",
"typescript": "^2.4.2",
"semantic-release": "^7.0.2"
"typescript": "^2.4.2"
},

@@ -47,0 +47,0 @@ "jest": {

# Models
[![Build Status](https://travis-ci.org/nRFCloud/models.svg?branch=master)](https://travis-ci.org/nRFCloud/models)
[![Greenkeeper badge](https://badges.greenkeeper.io/nRFCloud/models.svg)](https://greenkeeper.io/)

@@ -4,0 +5,0 @@ [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

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