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

what-app

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

what-app - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "what-app",
"description": "Return name of parent app from package.json",
"version": "0.0.3",
"version": "0.0.4",
"keywords": [],

@@ -6,0 +6,0 @@ "author": {

'use strict';
module.exports = (function () {
console.log(process.cwd());
var name;
name = process.mainModule.filename
.split(/\//)
.pop()
.replace(/\d/);
return name[0].toUpperCase() + name.slice(1);
})();
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