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

beyondjava-example-second-library

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beyondjava-example-second-library - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

index.js

@@ -1,7 +0,7 @@

const { DeepThoughts } = require('beyondjava-example-base-library');
const { DeepThought } = require('beyondjava-example-base-library');
function useAndReturnDeepThoughts() {
return new DeepThoughts().printDeepThoughts();
return new DeepThought().printDeepThoughts();
}
module.exports = { useAndReturnDeepThoughts };
{
"name": "beyondjava-example-second-library",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -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