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

one-src

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

one-src - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "one-src",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "bin/index.sh",

@@ -7,5 +7,5 @@ const htmlStr = process.argv[2];

console.log('@@@ html-to-json argv : ',process.argv);
// console.log('@@@ html-to-json argv : ',process.argv);
console.log('@@@ extraStringRemoved : ', JSON.stringify(extraStringRemoved));
// console.log('@@@ extraStringRemoved : ', JSON.stringify(extraStringRemoved));

@@ -64,3 +64,3 @@ function mapDOM(element, json) {

console.log('@@@ jsonFromHtml : ', jsonFromHtml);
// console.log('@@@ jsonFromHtml : ', jsonFromHtml);

@@ -71,5 +71,5 @@ fs.writeFile('/tmp/dom-map.json',jsonFromHtml,function(err){

}else{
console.log('write dom-map.json successfully');
}
});

Sorry, the diff of this file is not supported yet

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