Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@oada/list-lib

Package Overview
Dependencies
Maintainers
8
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oada/list-lib - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

4

lib/index.js

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

// TODO: What should we do now??
warn(`Ignoring non-link key added to list ${path}, rev ${rev}`);
trace(`Ignoring non-link key added to list ${path}, rev ${rev}`);
}

@@ -346,3 +346,3 @@ }

// TODO: What does this mean??
warn(`Ignoring non-link key added to list ${path}, rev ${rev}`);
trace(`Ignoring non-link key added to list ${path}, rev ${rev}`);
}

@@ -349,0 +349,0 @@ }

{
"name": "@oada/list-lib",
"version": "2.1.1",
"version": "2.1.2",
"description": "Library for processing items in an OADA list",

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

@@ -465,3 +465,3 @@ import { join } from 'path';

// TODO: What should we do now??
warn(`Ignoring non-link key added to list ${path}, rev ${rev}`);
trace(`Ignoring non-link key added to list ${path}, rev ${rev}`);
}

@@ -493,3 +493,3 @@ } catch (err: unknown) {

// TODO: What does this mean??
warn(`Ignoring non-link key added to list ${path}, rev ${rev}`);
trace(`Ignoring non-link key added to list ${path}, rev ${rev}`);
}

@@ -496,0 +496,0 @@ } catch (err: unknown) {

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