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

@golemio/errors

Package Overview
Dependencies
Maintainers
5
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@golemio/errors - npm Package Compare versions

Comparing version 1.0.1-dev.342794123 to 1.0.1

150

package.json
{
"name": "@golemio/errors",
"version": "1.0.1-dev.342794123",
"description": "Library of Error classes of the Golemio Data Platform System",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublishOnly": "tsc",
"build": "tsc",
"build-watch": "tsc --watch --preserveWatchOutput",
"test": "mocha --check-leaks --timeout 60000 -r ts-node/register -r dotenv/config --recursive test/*.test.ts --exit",
"test-debug": "mocha --inspect-brk=9230 -b --check-leaks --timeout 60000 -r ts-node/register -r dotenv/config --recursive test/*.test.ts --exit",
"code-coverage": "nyc mocha --check-leaks --timeout 60000 -r ts-node/register -r source-map-support/register -r dotenv/config --recursive test/*.test.ts --exit",
"tslint": "tslint -p .",
"generate-docs": "typedoc --out docs/typedoc src"
},
"keywords": [],
"author": "Operator ICT, a.s.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://gitlab.com/operator-ict/golemio/code/errors"
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/chai-as-promised": "^7.1.3",
"@types/debug": "^4.1.5",
"@types/mocha": "^8.0.4",
"@types/node": "^12.12.6",
"@types/sinon": "^9.0.8",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"husky": "^4.3.0",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"sinon": "^9.2.1",
"ts-node": "^9.0.0",
"tslint": "5.11.0",
"typedoc": "^0.20.28",
"typescript": "^4.0.5"
},
"dependencies": {
"debug": "^4.2.0",
"dotenv": "^8.2.0",
"winston": "^3.3.3"
},
"nyc": {
"check-coverage": true,
"extension": [
".ts",
".tsx"
],
"exclude": [
"**/*.d.ts",
"dist",
"**/*.test.ts",
"coverage",
"docs",
"node_modules",
"src/Logger.ts"
],
"reporter": [
"text",
"lcov"
],
"all": true,
"lines": 0,
"statements": 0,
"functions": 0,
"branches": 0
},
"husky": {
"hooks": {
"pre-commit": "npm run tslint"
}
}
"name": "@golemio/errors",
"version": "1.0.1",
"description": "Library of Error classes of the Golemio Data Platform System",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublishOnly": "tsc",
"build": "tsc",
"build-watch": "tsc --watch --preserveWatchOutput",
"test": "mocha --check-leaks --timeout 60000 -r ts-node/register -r dotenv/config --recursive test/*.test.ts --exit",
"test-debug": "mocha --inspect-brk=9230 -b --check-leaks --timeout 60000 -r ts-node/register -r dotenv/config --recursive test/*.test.ts --exit",
"code-coverage": "nyc mocha --check-leaks --timeout 60000 -r ts-node/register -r source-map-support/register -r dotenv/config --recursive test/*.test.ts --exit",
"tslint": "tslint -p .",
"generate-docs": "typedoc --out docs/typedoc src"
},
"keywords": [],
"author": "Operator ICT, a.s.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://gitlab.com/operator-ict/golemio/code/errors"
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/chai-as-promised": "^7.1.3",
"@types/debug": "^4.1.5",
"@types/mocha": "^8.0.4",
"@types/node": "^12.12.6",
"@types/sinon": "^9.0.8",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"husky": "^4.3.0",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"sinon": "^9.2.1",
"ts-node": "^9.0.0",
"tslint": "5.11.0",
"typedoc": "^0.20.28",
"typescript": "^4.0.5"
},
"dependencies": {
"debug": "^4.2.0",
"dotenv": "^8.2.0",
"winston": "^3.3.3"
},
"nyc": {
"check-coverage": true,
"extension": [
".ts",
".tsx"
],
"exclude": [
"**/*.d.ts",
"dist",
"**/*.test.ts",
"coverage",
"docs",
"node_modules",
"src/Logger.ts"
],
"reporter": [
"text",
"lcov"
],
"all": true,
"lines": 0,
"statements": 0,
"functions": 0,
"branches": 0
},
"husky": {
"hooks": {
"pre-commit": "npm run tslint"
}
}
}
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