Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

datalist-interface

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datalist-interface - npm Package Compare versions

Comparing version
2.1.0
to
2.1.1
+2
-1
index.d.ts

@@ -14,3 +14,4 @@ /**

constructor(values: Item[])
values: any[]
/** @type Item[] */
values: Item[]
/**

@@ -17,0 +18,0 @@ * Add all arguments.

@@ -14,2 +14,3 @@ /**

constructor(values) {
/** @type Item[] */
this.values = []

@@ -16,0 +17,0 @@ this.add(...values)

{
"name": "datalist-interface",
"version": "2.1.0",
"version": "2.1.1",
"description": "Simple interface for a list functioning as a database",

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