Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign 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
1.0.4
to
1.0.5
+15
-8
package.json
{
"name": "datalist-interface",
"version": "1.0.4",
"version": "1.0.5",
"description": "Simple interface for a list functioning as a database",

@@ -13,2 +13,6 @@ "license": "MIT",

"bugs": "https://github.com/wooorm/datalist-interface/issues",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",

@@ -24,9 +28,9 @@ "contributors": [

"browserify": "^16.0.0",
"nyc": "^14.0.0",
"prettier": "^1.12.1",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.4.0",
"tinyify": "^2.5.0",
"xo": "^0.24.0"
"nyc": "^15.0.0",
"prettier": "^1.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.0.0",
"tinyify": "^2.0.0",
"xo": "^0.25.0"
},

@@ -59,2 +63,5 @@ "scripts": {

"esnext": false,
"rules": {
"unicorn/prefer-includes": "off"
},
"ignores": [

@@ -61,0 +68,0 @@ "datalist-interface.js"

@@ -8,13 +8,13 @@ # datalist-interface

A simple interface for a list.
A basic interface for a list.
## Installation
## Install
[npm][]:
```bash
```sh
npm install datalist-interface
```
## Usage
## Use

@@ -57,3 +57,4 @@ ```js

Create a new instance. Values are passed to [`#add()`][add].
Create a new instance.
Values are passed to [`#add()`][add].

@@ -60,0 +61,0 @@ ###### Example