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

appolo-express

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appolo-express - npm Package Compare versions

Comparing version 5.0.5 to 5.0.6

2

lib/decorators/decorators.ts

@@ -35,3 +35,3 @@ import _ = require('lodash');

_.forEach(fn.prototype.__inject__, (item) => appoloDef[item.name].apply(appoloDef, item.args))
_.forEach(fn.prototype.__inject__, (item:any) => appoloDef[item.name].apply(appoloDef, item.args))

@@ -38,0 +38,0 @@ fn.prototype.__inject__ = appoloDef;

@@ -28,3 +28,3 @@ {

"main": "./index.js",
"version": "5.0.5",
"version": "5.0.6",
"license": "MIT",

@@ -75,4 +75,4 @@ "repository": {

"supertest": "^3.0.0",
"typescript": "^2.4.1"
"typescript": "^2.4.2"
}
}
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