@matrixai/async-init
Advanced tools
Comparing version 1.7.1 to 1.7.2
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "@matrixai/async-init", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"author": "Roger Qiu", | ||
@@ -14,2 +14,3 @@ "description": "Asynchronous Initialisation and Deinitialisation Decorators", | ||
"scripts": { | ||
"prepare": "tsc -p ./tsconfig.build.json", | ||
"build": "rm -r ./dist || true; tsc -p ./tsconfig.build.json", | ||
@@ -20,25 +21,25 @@ "ts-node": "ts-node -r tsconfig-paths/register", | ||
"lintfix": "eslint '{src,tests,benches}/**/*.{js,ts}' --fix", | ||
"docs": "rm -r ./docs || true; typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src && touch ./docs/.nojekyll" | ||
"docs": "rm -r ./docs || true; typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src" | ||
}, | ||
"dependencies": { | ||
"@matrixai/async-locks": "^2.2.0", | ||
"@matrixai/errors": "^1.0.1" | ||
"@matrixai/async-locks": "^2.2.2", | ||
"@matrixai/errors": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^26.0.20", | ||
"@types/node": "^14.14.35", | ||
"@types/jest": "^27.0.2", | ||
"@types/node": "^16.11.7", | ||
"@types/node-forge": "^0.10.4", | ||
"@typescript-eslint/eslint-plugin": "^4.12.0", | ||
"@typescript-eslint/parser": "^4.12.0", | ||
"eslint": "^7.17.0", | ||
"eslint-config-prettier": "^7.1.0", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"jest": "^26.6.3", | ||
"prettier": "^2.2.1", | ||
"ts-jest": "^26.4.4", | ||
"ts-node": "^9.1.1", | ||
"@typescript-eslint/eslint-plugin": "^5.23.0", | ||
"@typescript-eslint/parser": "^5.23.0", | ||
"eslint": "^8.15.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"jest": "^27.2.5", | ||
"prettier": "^2.6.2", | ||
"ts-jest": "^27.0.5", | ||
"ts-node": "^10.4.0", | ||
"tsconfig-paths": "^3.9.0", | ||
"typedoc": "^0.21.5", | ||
"typescript": "^4.4.3" | ||
"typedoc": "^0.22.15", | ||
"typescript": "^4.5.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59201
680
1
Updated@matrixai/async-locks@^2.2.2
Updated@matrixai/errors@^1.1.0