Socket
Socket
Sign inDemoInstall

about-this-app

Package Overview
Dependencies
37
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.1.0

.flowconfig

5

index.js

@@ -9,3 +9,6 @@ // @flow

const { path: packageJson, pkg } = readPkgUp.sync();
const { path: packageJson, pkg } = readPkgUp.sync({
cwd: process.env.INIT_CWD || process.cwd(),
});
const root = path.dirname(packageJson);

@@ -12,0 +15,0 @@ const resolve = path.resolve.bind(null, root);

3

package.json
{
"name": "about-this-app",
"version": "1.0.2",
"version": "1.1.0",
"description": "Utility functions to query package.json",

@@ -23,4 +23,5 @@ "author": "Felix Gnass <fgnass@cellular.de>",

"eslint-config-cellular": "^1.0.0",
"flow-bin": "^0.65.0",
"jest": "^22.2.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc