Socket
Socket
Sign inDemoInstall

@avejidah/get-parameter-names

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

@avejidah/get-parameter-names - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

index.js

@@ -17,5 +17,5 @@ var COMMENTS = /((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg;

return code.split(',');
return code ? code.split(',') : [];
}
module.exports = getParameterNames;
{
"name": "@avejidah/get-parameter-names",
"author": "Josh Perez <josh@goatslacker.com>",
"version": "0.3.1",
"version": "0.3.2",
"description": "Retrieves parameter names from a function",

@@ -6,0 +6,0 @@ "license": "MIT",

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