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

requirefresh

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

requirefresh - npm Package Versions

1
78
balupton
published 2.1.0 •

Changelog

Source

v2.1.0 2016 May 2

  • Converted from CoffeeScript to JavaScript
  • Updated base files
balupton
published 2.0.0 •

Changelog

Source

v2.0.0 2015 March 16

  • Simplified the API - require('requirefresh').requireFresh('the-module') is now require('requirefresh')('the-module') - require('requirefresh').requireFreshSafe('the-module', next) is now require('requirefresh').safe('the-module', next)
  • Removed domains from safe method, seemed out of scope to have them there (there is now just a try..catch)
balupton
published 1.1.2 •

Changelog

Source

v1.1.2 2011 August 30

  • Learnt how to use finally in try catch finally (it runs even after returns!)
balupton
published 1.1.1 •

Changelog

Source

v1.1.1 2011 August 30

  • Re-applied engines to be node 0.8 and above due to use of domains
balupton
published 1.0.1 •

Changelog

Source

v1.0.1 2011 August 30

  • Updated engines to be node 0.8 and above due to use of domains
balupton
published 1.0.0 •

Changelog

Source

v1.0.0 2011 August 30

  • Split from bevry/safeps
  • Added domains to catch even more errors
1
78