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.3.1 to 1.3.2

1

dist/error/AccessDeniedError.js

@@ -23,2 +23,3 @@ "use strict";

Error.captureStackTrace(_this, AccessDeniedError);
Object.setPrototypeOf(_this, AccessDeniedError.prototype);
return _this;

@@ -25,0 +26,0 @@ }

@@ -23,2 +23,3 @@ "use strict";

Error.captureStackTrace(_this, ApplicationError);
Object.setPrototypeOf(_this, ApplicationError.prototype);
return _this;

@@ -25,0 +26,0 @@ }

@@ -23,2 +23,3 @@ "use strict";

Error.captureStackTrace(_this, BadRequestError);
Object.setPrototypeOf(_this, BadRequestError.prototype);
return _this;

@@ -25,0 +26,0 @@ }

@@ -23,2 +23,3 @@ "use strict";

Error.captureStackTrace(_this, EntityNotFoundError);
Object.setPrototypeOf(_this, EntityNotFoundError.prototype);
return _this;

@@ -25,0 +26,0 @@ }

71

package.json

@@ -1,70 +0,1 @@

{
"name": "@nrfcloud/models",
"version": "1.3.1",
"description": "Contains model definitions for the REST API",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "make test-prepare && jest",
"test:coverage": "make test-prepare && jest --coverage",
"lint": "tslint --project ./tsconfig.json",
"precommit": "npm run lint && npm test",
"commitmsg": "commitlint -e",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/nRFCloud/models.git"
},
"keywords": [
"nRFCloud",
"IoT",
"NordicSemiconductor"
],
"author": "Nordic Semiconductor ASA | nordicsemi.no",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/nRFCloud/models/issues"
},
"homepage": "https://github.com/NordicSemiconductor/nrfcloud-models#readme",
"dependencies": {
"tcomb": "^3.2.22"
},
"devDependencies": {
"@commitlint/cli": "^4.0.0",
"@commitlint/config-angular": "^4.2.0",
"@types/jest": "^21.1.0",
"@types/node": "^8.0.28",
"husky": "^0.14.3",
"jest": "^21.0.2",
"json-schema-to-typescript": "^4.6.0",
"semantic-release": "^8.0.0",
"ts-jest": "^21.0.0",
"tslint": "^5.6.0",
"typescript": "^2.4.2"
},
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
],
"transform": {
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"coverageReporters": [
"html"
],
"mapCoverage": true
},
"files": [
"dist",
"scripts",
"README.md"
],
"publishConfig": {
"access": "public"
}
}
{"name":"@nrfcloud/models","version":"1.3.2","description":"Contains model definitions for the REST API","main":"dist/index.js","typings":"dist/index.d.ts","scripts":{"test":"make test-prepare && jest","test:coverage":"make test-prepare && jest --coverage","lint":"tslint --project ./tsconfig.json","precommit":"npm run lint && npm test","commitmsg":"commitlint -e","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"repository":{"type":"git","url":"https://github.com/nRFCloud/models.git"},"keywords":["nRFCloud","IoT","NordicSemiconductor"],"author":"Nordic Semiconductor ASA | nordicsemi.no","license":"BSD-3-Clause","bugs":{"url":"https://github.com/nRFCloud/models/issues"},"homepage":"https://github.com/NordicSemiconductor/nrfcloud-models#readme","dependencies":{"tcomb":"^3.2.24"},"devDependencies":{"@commitlint/cli":"^4.2.2","@commitlint/config-angular":"^4.2.1","@types/jest":"^21.1.5","@types/node":"^8.0.47","husky":"^0.14.3","jest":"^21.2.1","json-schema-to-typescript":"^4.6.5","semantic-release":"^8.2.0","ts-jest":"^21.1.4","tslint":"^5.8.0","typescript":"^2.6.1"},"jest":{"moduleFileExtensions":["ts","tsx","js","json"],"transform":{"^.+\\.tsx?$":"<rootDir>/node_modules/ts-jest/preprocessor.js"},"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","coverageReporters":["html"],"mapCoverage":true},"files":["dist","scripts","README.md"],"publishConfig":{"access":"public"}}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc