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

nukak-express

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nukak-express - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

12

package.json

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "0.0.0",
"version": "0.0.1",
"main": "./index.js",

@@ -17,12 +17,12 @@ "types": "./index.d.ts",

"peerDependencies": {
"nukak": "^1.0.9",
"express": "^4.18.2"
"express": "^4.18.2",
"nukak": "^1.0.9"
},
"devDependencies": {
"@types/express": "4.17.14",
"nukak": "^0.0.0",
"copyfiles": "^2.4.1",
"express": "^4.18.2",
"nukak": "^0.0.1",
"rimraf": "^3.0.2",
"typescript": "^4.8.4"
"typescript": "^4.9.3"
},

@@ -63,2 +63,2 @@ "author": "Roger Padilla",

"gitHead": "3ced0c218364ddcd9e234096155ff205a7583b13"
}
}

@@ -7,3 +7,3 @@ import { Request } from 'express-serve-static-core';

}): import("express-serve-static-core").Router;
declare type MiddlewareOptions = {
type MiddlewareOptions = {
include?: Type<any>[];

@@ -13,3 +13,3 @@ exclude?: Type<any>[];

};
declare type AugmentQueryCallback = <E>(meta: EntityMeta<E>, qm: Query<E>, req: Request) => Query<E>;
type AugmentQueryCallback = <E>(meta: EntityMeta<E>, qm: Query<E>, req: Request) => Query<E>;
export {};

Sorry, the diff of this file is not supported yet

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