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

fn-annotate

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

fn-annotate - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

index.js

@@ -27,3 +27,3 @@ 'use strict';

// Strip single-line comments:
.replace(/\/\/.*\n/g, ' ');
.replace(/\/\/.*/g, ' ');

@@ -30,0 +30,0 @@ return argumentString.split(',')

{
"name": "fn-annotate",
"version": "1.1.0",
"version": "1.1.1",
"description": "Get the argument names of a JavaScript function",

@@ -5,0 +5,0 @@ "main": "index.js",

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