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

confidencial-ni-node

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

confidencial-ni-node - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

lib/confidencial.js

@@ -113,2 +113,4 @@ // Load modules

new_result = S( new_result ).replaceAll('<br />', '\n').s;
new_result = S( new_result ).replaceAll('<br /> <br />', '\n').s;
new_result = S( new_result ).replaceAll('<br /><br />', '\n').s;
new_result = S( new_result ).replaceAll('<p>', '').s;

@@ -115,0 +117,0 @@ new_result = S( new_result ).replaceAll('</p>', '\n').s;

2

package.json
{
"name": "confidencial-ni-node"
, "description": "Web scraping http://www.confidencial.com.ni/"
, "version": "0.0.8"
, "version": "0.0.9"
, "author": "Paulo McNally <paulomcnally@gmail.com>"

@@ -6,0 +6,0 @@ , "keywords": ["nicaragua", "diario", "news"]

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