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

bigseo

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bigseo - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

2

index.js

@@ -62,2 +62,3 @@ 'use_strict';

var rawUrl = req.body.url;
var url = _this.encodeURL(rawUrl);

@@ -85,2 +86,3 @@

var url = req.protocol + "://" + req.headers.host + req.originalUrl;
url = unescape(url.replace('?_escaped_fragment_=', '#!'));
if (req.method == "GET" && _this.matchUA(ua)) {

@@ -87,0 +89,0 @@ _this.log("Verifying if has cache for: " + url);

2

package.json
{
"name": "bigseo",
"version": "0.5.0",
"version": "0.6.0",
"description": "BigSEO is a ExpresJS module built for apps who need a SEO Engine exclusively for web crawlers such as Google, Bing, Facebook, etc.",

@@ -5,0 +5,0 @@ "keywords": "seo, engine, express, cache, crawler, bigseo, angularjs",

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