🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@sameke/expressjs-decorators

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sameke/expressjs-decorators - npm Package Compare versions

Comparing version
1.1.12
to
1.1.19
+37
-38
package.json
{
"name": "@sameke/expressjs-decorators",
"version": "1.1.12",
"description": "express decorators",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p tsconfig.json",
"prepare": "npm run build && npm run git && npm version patch",
"git": "git add . && git diff-index --quiet HEAD || git commit -m \"publishing\"",
"postpublish": "git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sameke/expressjs-decorators.git"
},
"keywords": [
"expressjs",
"decorators",
"express-decorators"
],
"author": "weagle08",
"license": "MIT",
"bugs": {
"url": "https://github.com/sameke/expressjs-decorators/issues"
},
"homepage": "https://github.com/sameke/expressjs-decorators#readme",
"peerDependencies": {
"express": "^5.*"
},
"devDependencies": {
"@types/express": "5.0.1",
"@types/node": "22.14.0",
"typescript": "5.8.3"
}
"name": "@sameke/expressjs-decorators",
"version": "1.1.19",
"description": "express decorators",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p tsconfig.json",
"prepare": "npm run build && npm run git && npm version patch",
"git": "git add . && git diff-index --quiet HEAD || git commit -m \"publishing\"",
"postpublish": "git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sameke/expressjs-decorators.git"
},
"keywords": [
"expressjs",
"decorators",
"express-decorators"
],
"author": "weagle08",
"license": "MIT",
"bugs": {
"url": "https://github.com/sameke/expressjs-decorators/issues"
},
"homepage": "https://github.com/sameke/expressjs-decorators#readme",
"peerDependencies": {
"express": ">= 5.*"
},
"devDependencies": {
"@types/express": "5.0.6",
"typescript": "5.9.3"
}
}