New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

no-cache-loader

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

no-cache-loader

webpack no cache loader

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
33
-87.31%
Maintainers
1
Weekly downloads
 
Created
Source

no-cache loader for webpack

Installation

npm install --save no-cache-loader

Usage

assert(require("no-cache!./module.js") !== require("no-cache!./module.js"))
// => different objects

This is mostly useful for loading things like JSON fixtures that may be mutated unintentionally.

License

MIT (http://www.opensource.org/licenses/mit-license.php)

Keywords

webpack

FAQs

Package last updated on 09 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts