Socket
Socket
Sign inDemoInstall

@blackglory/errors

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blackglory/errors - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.1.4](https://github.com/BlackGlory/errors/compare/v0.1.3...v0.1.4) (2021-01-20)
### Bug Fixes
* bundle ([3ecc3d7](https://github.com/BlackGlory/errors/commit/3ecc3d72b3a3e6b8b4113365a89eea1e37c0394c))
### [0.1.3](https://github.com/BlackGlory/errors/compare/v0.1.2...v0.1.3) (2021-01-04)

@@ -7,0 +14,0 @@

40

package.json
{
"name": "@blackglory/errors",
"version": "0.1.3",
"version": "0.1.4",
"description": "Custom errors",

@@ -18,10 +18,14 @@ "files": [

"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"coverage": "jest --coverage --config jest.config.js",
"prepublishOnly": "yarn clean && yarn build && yarn bundle",
"clean": "yarn clean:build && yarn clean:bundle",
"clean:build": "rm -rf lib",
"clean:bundle": "rm -rf dist",
"build": "yarn build:es2015 && yarn build:es2018",
"build:es2015": "tsc --project tsconfig.build.json --module commonjs --target es2015 --outDir lib/es2015 && tscpaths -p tsconfig.build.json -s ./src -o ./lib/es2015",
"build:es2018": "tsc --project tsconfig.build.json --module commonjs --target es2018 --outDir lib/es2018 && tscpaths -p tsconfig.build.json -s ./src -o ./lib/es2018",
"test:coverage": "jest --coverage --config jest.config.js",
"prepublishOnly": "run-s clean build bundle",
"clean": "run-p clean:*",
"clean:build": "rimraf lib",
"clean:bundle": "rimraf dist",
"build": "run-p build:*",
"build:es2015": "run-s build:es2015:*",
"build:es2015:compile": "tsc --project tsconfig.build.json --module commonjs --target es2015 --outDir lib/es2015",
"build:es2015:patch": "tscpaths -p tsconfig.build.json -s ./src -o ./lib/es2015",
"build:es2018": "run-s build:es2018:*",
"build:es2018:compile": "tsc --project tsconfig.build.json --module commonjs --target es2018 --outDir lib/es2018",
"build:es2018:patch": "tscpaths -p tsconfig.build.json -s ./src -o ./lib/es2018",
"bundle": "rollup --config rollup.config.js",

@@ -32,3 +36,3 @@ "release": "standard-version"

"hooks": {
"pre-commit": "yarn lint && yarn test",
"pre-commit": "run-s lint test",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"

@@ -44,10 +48,12 @@ }

"@rollup/plugin-typescript": "^8.0.0",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.19",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"eslint": "^7.17.0",
"husky": "^4.3.6",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.22",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"husky": "^4.3.8",
"jest": "^26.6.3",
"rollup": "^2.35.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"rollup": "^2.37.0",
"rollup-plugin-terser": "^7.0.2",

@@ -54,0 +60,0 @@ "standard-version": "^9.1.0",

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