🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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

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",