Socket
Socket
Sign inDemoInstall

import-fresh

Package Overview
Dependencies
3
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.1 to 3.2.2

3

index.js

@@ -13,3 +13,4 @@ 'use strict';

const filePath = resolveFrom(path.dirname(parentPath), moduleId);
const cwd = parentPath ? path.dirname(parentPath) : __dirname;
const filePath = resolveFrom(cwd, moduleId);

@@ -16,0 +17,0 @@ const oldModule = require.cache[filePath];

{
"name": "import-fresh",
"version": "3.2.1",
"version": "3.2.2",
"description": "Import a module while bypassing the cache",

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

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