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

corsica

Package Overview
Dependencies
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

corsica - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"name": "corsica",
"version": "1.1.2",
"version": "1.1.3",
"description": "Ephemeral screens for the masses.",

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

@@ -38,3 +38,3 @@ /* Description:

out += '<h1>Subscriptions</h1>';
out += '<pre>' + insecureScrubJSON.stringify(subscriptions, null, 2)) + '</pre>';
out += '<pre>' + insecureScrub(JSON.stringify(subscriptions, null, 2)) + '</pre>';
out += '</html>';

@@ -41,0 +41,0 @@ res.send(out);

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