Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cds-hot

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cds-hot - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

lib/index.js

@@ -51,2 +51,6 @@ /**

module.exports = cdsHot;
module.exports = cdsHot;
module.exports.cdsRequire = (path) => {
return cdsHot.require.bind(cdsHot)(path);
}

2

package.json
{
"name": "cds-hot",
"version": "0.0.1",
"version": "0.0.2",
"description": "cds,hot,debug",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -17,3 +17,3 @@ ## TuRing-CDS

Hot.init(__dirname,isHot);
const cdsRequire = Hot.require;
const cdsRequire = Hot.cddRequire;

@@ -20,0 +20,0 @@ setInterval(()=>{

@@ -5,3 +5,4 @@ /**

const cdsHot = require('../');
const cdsRequire = cdsHot.init(__dirname, true).require.bind(cdsHot);
cdsHot.init(__dirname, true);
const cdsRequire = cdsHot.cdsRequire

@@ -8,0 +9,0 @@ setInterval(() => {

@@ -5,3 +5,3 @@ /**

module.exports.get = function(){
return ['wwwcccaaacdafdcccxxx']
return ['wwwcccaaacdafdcccxxxccc']
}

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