Socket
Socket
Sign inDemoInstall

ssr-for-bots

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssr-for-bots - npm Package Compare versions

Comparing version 1.0.1-a to 1.0.1-b

2

lib/index.d.ts

@@ -9,2 +9,2 @@ import { NextFunction, Request, Response } from "express";

declare function ssrForBots(options: Options): (req: Request, res: Response, next: NextFunction) => void;
export { ssrForBots };
export default ssrForBots;

@@ -46,3 +46,2 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.ssrForBots = void 0;
var ssr_1 = require("./ssr");

@@ -109,3 +108,3 @@ function ssrForBots(options) {

}
exports.ssrForBots = ssrForBots;
exports.default = ssrForBots;
//# sourceMappingURL=index.js.map
{
"name": "ssr-for-bots",
"version": "1.0.1a",
"version": "1.0.1b",
"description": "SSR-for-bots is an express middleware that will apply SSR to your application only when bots are visiting it",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -84,2 +84,2 @@ import { NextFunction, Request, Response } from "express";

export { ssrForBots };
export default ssrForBots;

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