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 5.0.2 to 5.0.3

2

dist/ListWatch.js

@@ -232,3 +232,3 @@ /**

// @ts-expect-error darn errors
if (error?.status === 403 || error?.status === 404) {
if (error?.status === 403 || error?.status === 404 || error?.code === 403 || error?.code === 404) {
// Create it

@@ -235,0 +235,0 @@ await conn.put({ path, data: {}, timeout });

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

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

@@ -385,3 +385,3 @@ /**

// @ts-expect-error darn errors
if (error?.status === 403 || error?.status === 404) {
if (error?.status === 403 || error?.status === 404 || error?.code === 403 || error?.code === 404) {
// Create it

@@ -388,0 +388,0 @@ await conn.put({ path, data: {}, timeout });

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