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

next-pipe-middleware

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-pipe-middleware - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

3

dist/main.d.ts

@@ -1,1 +0,2 @@

export declare const libraryName = "next-pipe-middleware";
export declare type NextPipeMiddleware = () => {};
export declare const pipeMiddleware: () => void;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.libraryName = void 0;
exports.libraryName = 'next-pipe-middleware';
console.log('next-pipe-middleware');
exports.pipeMiddleware = void 0;
var pipeMiddleware = function () {
console.log('pipeMiddleware');
};
exports.pipeMiddleware = pipeMiddleware;
//# sourceMappingURL=main.js.map
{
"name": "next-pipe-middleware",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",

@@ -13,2 +13,5 @@ "main": "dist/index.js",

},
"files": [
"dist"
],
"devDependencies": {

@@ -15,0 +18,0 @@ "typescript": "^4.6.4",

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