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

afr-ls

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

afr-ls - npm Package Compare versions

Comparing version 0.0.1-beta.6 to 0.0.1-beta.7

public/debug.html

2

lib/server.js

@@ -44,3 +44,3 @@ "use strict";

if (filebase === void 0) { filebase = file; }
if (max === void 0) { max = 30; }
if (max === void 0) { max = 100; }
if (port === void 0) { port = 8515; }

@@ -47,0 +47,0 @@ var database = (function () {

{
"name": "afr-ls",
"version": "0.0.1-beta.6",
"version": "0.0.1-beta.7",
"description": "Alfred List",

@@ -5,0 +5,0 @@ "bin": "lib/bin.js",

@@ -44,3 +44,3 @@ import * as fs from 'fs-extra';

filebase: typeof file = file,
max: number = 30,
max: number = 100,
port: number = 8515,

@@ -47,0 +47,0 @@ callback?: () => void

Sorry, the diff of this file is not supported yet

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