Socket
Socket
Sign inDemoInstall

interface-datastore

Package Overview
Dependencies
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

interface-datastore - npm Package Compare versions

Comparing version 8.1.0 to 8.1.1

2

dist/src/index.d.ts

@@ -7,3 +7,3 @@ import type { Await, AwaitIterable, Store, AbortOptions } from 'interface-store';

}
export interface Batch<BatchOptionsExtension> {
export interface Batch<BatchOptionsExtension = {}> {
put: (key: Key, value: Uint8Array) => void;

@@ -10,0 +10,0 @@ delete: (key: Key) => void;

{
"name": "interface-datastore",
"version": "8.1.0",
"version": "8.1.1",
"description": "datastore interface",

@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT",

@@ -14,3 +14,3 @@ import type {

export interface Batch<BatchOptionsExtension> {
export interface Batch<BatchOptionsExtension = {}> {
put: (key: Key, value: Uint8Array) => void

@@ -17,0 +17,0 @@ delete: (key: Key) => 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