Socket
Socket
Sign inDemoInstall

recrawl-sync

Package Overview
Dependencies
4
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.2.1

2

lib/recrawl.js

@@ -178,3 +178,3 @@ "use strict";

else {
link = path.resolve(path.dirname(link), target);
link = slash_1.default(path.resolve(path.dirname(link), target));
}

@@ -181,0 +181,0 @@ try {

{
"name": "recrawl-sync",
"version": "2.2.0",
"version": "2.2.1",
"main": "lib/recrawl.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -194,3 +194,3 @@ import { relative } from '@cush/relative'

} else {
link = path.resolve(path.dirname(link), target)
link = slash(path.resolve(path.dirname(link), target))
}

@@ -197,0 +197,0 @@ try {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc