Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nextjs-alias-test-lib/testpkg-internal

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextjs-alias-test-lib/testpkg-internal - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

index.js
const { foo } = require("@nextjs-alias-test-lib/testpkg-1");
module.exports.bar = () => {
return `bar: ${foo()}`;
return `Bar ${foo()}`;
};
{
"name": "@nextjs-alias-test-lib/testpkg-internal",
"version": "1.1.0",
"version": "1.2.0",
"main": "index.js",

@@ -12,4 +12,4 @@ "types": "index.d.ts",

"dependencies": {
"@nextjs-alias-test-lib/testpkg-1": "^1.1.0"
"@nextjs-alias-test-lib/testpkg": "^1.1.0"
}
}
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