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

heatsync

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heatsync - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

6

package.json
{
"name": "heatsync",
"version": "2.3.0",
"version": "2.3.1",
"description": "A module to watch and reload CommonJS Modules on modification and sync results with objects",

@@ -17,6 +17,6 @@ "types": "./dist/index.d.ts",

"dependencies": {
"backtracker": "3.2.0"
"backtracker": "3.2.1"
},
"devDependencies": {
"@types/node": "18.0.3"
"@types/node": "18.7.4"
},

@@ -23,0 +23,0 @@ "files": [

# Heatsync
This is a module to watch and reload CommonJS Modules on modification and sync results with objects
This is a module to watch and reload CommonJS and ES Modules on modification and sync results with objects

@@ -4,0 +4,0 @@ In applications which require high uptime and are constantly being worked on as the development process normally is, developers might find it necessary to reload modules and have their changes take effect immediately without restarting the application. Luckily, that's where Heatsync comes in.

Sorry, the diff of this file is not supported yet

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