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

dummy-third-party-library

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

dummy-third-party-library - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

2

index.js

@@ -1,3 +0,3 @@

const DummyThirdPartyComponent = ({ hide }) => hide ? null : `Hello, I'm a third party library!`;
const DummyThirdPartyComponent = ({ show }) => show ? `Hello, I'm a third party library!` : null;
module.exports = DummyThirdPartyComponent;
{
"name": "dummy-third-party-library",
"version": "1.0.0",
"version": "2.0.0",
"description": "A dummy third party library for demonstration purposes",

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

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