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

lasso-package-root

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

lasso-package-root - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json

@@ -29,3 +29,3 @@ {

},
"version": "1.0.0",
"version": "1.0.1",
"bugs": {

@@ -32,0 +32,0 @@ "url": "https://github.com/lasso-js/lasso-package-root/issues"

@@ -16,3 +16,3 @@ var nodePath = require('path');

var pkg = lassoCachingFS.readPackageSync(packagePath);
if (pkg && pkg.name) {
if (pkg && (pkg.name || pkg.dependencies || pkg.version || pkg.devDependencies || pkg.peerDependencies)) {
rootPkg = pkg;

@@ -19,0 +19,0 @@ break;

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