Socket
Socket
Sign inDemoInstall

cds-hot

Package Overview
Dependencies
2
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cds-hot

cds,hot,debug


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
102 kB
Created
Weekly downloads
 

Readme

Source

TuRing-CDS

cds-hot

How to use

npm install cds-hot --save

Example

'use strict'
const Hot = require('cds-hot');
// true 启用热更新,文件发生变化,会重载JS文件
// 否则 不启用
const isHot = true;
Hot.init(__dirname,isHot);
const cdsRequire = Hot.cddRequire;

setInterval(()=>{
    let demo = cdsRequire('./demo');
    console.log(demo);
},1000);

Keywords

FAQs

Last updated on 15 Mar 2017

Did you know?

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

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