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 2.1.2 to 2.1.3

1

dist/model/List.d.ts

@@ -16,3 +16,2 @@ import { LinkedEntity } from './LinkedEntity';

readonly hasPrev: boolean;
readonly $links: Array<Link>;
/**

@@ -19,0 +18,0 @@ * @param {Array} items Items in the list

33

package.json
{
"name": "@nrfcloud/models",
"version": "2.1.2",
"version": "2.1.3",
"description": "Contains model definitions for the REST API",

@@ -10,3 +10,3 @@ "main": "dist/index.js",

"test": "jest",
"test:coverage": "npm run test -- --coverage",
"test:coverage": "npm run test -- --coverage && codeclimate-test-reporter < ./coverage/lcov.info",
"lint": "tslint --project ./tsconfig.json",

@@ -33,17 +33,18 @@ "precommit": "npm run lint && npm test",

"dependencies": {
"tcomb": "^3.2.24"
"tcomb": "^3.2.25"
},
"devDependencies": {
"@commitlint/cli": "^6.0.2",
"@commitlint/config-angular": "^6.0.2",
"@nrfcloud/tslint-config": "^1.2.0",
"@types/jest": "^22.0.1",
"@types/node": "^9.3.0",
"@commitlint/cli": "^6.1.3",
"@commitlint/config-angular": "^6.1.3",
"@nrfcloud/tslint-config": "^1.2.1",
"@types/jest": "^22.2.0",
"@types/node": "^9.4.7",
"codeclimate-test-reporter": "^0.5.0",
"husky": "^0.14.3",
"jest": "^22.1.4",
"json-schema-to-typescript": "^5.3.2",
"semantic-release": "^12.2.4",
"ts-jest": "^22.0.1",
"jest": "^22.4.2",
"json-schema-to-typescript": "^5.3.3",
"semantic-release": "^15.0.2",
"ts-jest": "^22.4.1",
"tslint": "^5.9.1",
"typescript": "^2.6.2"
"typescript": "^2.7.2"
},

@@ -62,5 +63,5 @@ "jest": {

"coverageReporters": [
"html"
],
"mapCoverage": true
"html",
"lcov"
]
},

@@ -67,0 +68,0 @@ "files": [

@@ -11,2 +11,4 @@ # Models

[![Known Vulnerabilities](https://snyk.io/test/github/nrfcloud/models/badge.svg)](https://snyk.io/test/github/nrfcloud/models)
[![Maintainability](https://api.codeclimate.com/v1/badges/77460b33109bf68022e7/maintainability)](https://codeclimate.com/github/nRFCloud/models/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/77460b33109bf68022e7/test_coverage)](https://codeclimate.com/github/nRFCloud/models/test_coverage)

@@ -13,0 +15,0 @@ Contains model definitions for the REST 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