New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

balena-errors

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

balena-errors - npm Package Compare versions

Comparing version 4.4.0 to 4.4.1-update-deps-1e9ff70c669d928c1a40ec95747c643c14142a3e

1

build/errors.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.BalenaInvalidParameterError = exports.BalenaNotLoggedIn = exports.BalenaRequestError = exports.BalenaKeyNotFound = exports.BalenaAmbiguousRelease = exports.BalenaAmbiguousApplication = exports.BalenaAmbiguousDevice = exports.BalenaOrganizationNotFound = exports.BalenaDeviceNotFound = exports.BalenaServiceNotFound = exports.BalenaImageNotFound = exports.BalenaApplicationMembershipRoleNotFound = exports.BalenaReleaseNotFound = exports.BalenaApplicationNotFound = exports.BalenaExpiredToken = exports.BalenaSupervisorLockedError = exports.BalenaMalformedToken = exports.BalenaDiscontinuedDeviceType = exports.BalenaInvalidDeviceType = exports.BalenaError = void 0;
/**

@@ -20,0 +21,0 @@ * @module errors

@@ -8,2 +8,7 @@ # Change Log

# v4.4.1
## (2020-07-03)
* Update dependencies [Pagan Gazzard]
# v4.4.0

@@ -10,0 +15,0 @@ ## (2020-05-01)

16

package.json
{
"name": "balena-errors",
"version": "4.4.0",
"version": "4.4.1-update-deps-1e9ff70c669d928c1a40ec95747c643c14142a3e",
"description": "Collection of Balena JavaScript errors",

@@ -29,5 +29,4 @@ "main": "build/errors.js",

"test": "npm run lint && npm run build && npm run test:ts-compatibility && npm run test:node && npm run test:browser && catch-uncommitted",
"build": "rimraf ./build && npm run prettify && tsc && npm run readme",
"build": "rimraf ./build && npm run lint && tsc && npm run readme",
"prepare": "npm run build",
"prettify": "prettier --use-tabs --single-quote --write lib/*.ts tests/**/*.spec.ts",
"readme": "jsdoc2md --template doc/README.hbs build/errors.js > README.md"

@@ -41,8 +40,8 @@ },

"devDependencies": {
"@balena/lint": "^5.0.2",
"@balena/lint": "^5.1.0",
"@resin.io/types-mochainon": "^2.0.0",
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.14",
"@types/node": "^8.10.61",
"balena-config-karma": "^2.0.0",
"catch-uncommitted": "^1.6.1",
"catch-uncommitted": "^1.6.2",
"jsdoc-to-markdown": "^3.0.0",

@@ -52,11 +51,10 @@ "karma": "^1.7.0",

"mochainon": "^2.0.0",
"prettier": "^1.5.3",
"rimraf": "^2.6.1",
"ts-node": "^3.3.0",
"typescript": "^3.8.3"
"typescript": "^3.9.6"
},
"dependencies": {
"tslib": "^1.11.1",
"tslib": "^2.0.0",
"typed-error": "^3.0.0"
}
}

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