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

superkv

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

superkv - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

dist/kvTable.d.ts

6

dist/index.d.ts
import KVApi from './kvapi';
import KVNamespaceApi from './kvNamespaceApi';
import KVTable, { KVTableDefinition } from './kvtable';
import KVBatch from './kvbatch';
import KVTable, { KVTableDefinition, ListOptions } from './kvTable';
import KVBatch from './kvBatch';
import KVBig from './kvBig';
import KVItem from './kvItem';
export { KVApi, KVNamespaceApi, KVTable, KVBatch, KVBig, KVItem, KVTableDefinition };
export { KVApi, KVNamespaceApi, KVTable, KVBatch, KVBig, KVItem, ListOptions, KVTableDefinition };

@@ -26,13 +26,14 @@ var __create = Object.create;

KVApi: () => import_kvapi.default,
KVBatch: () => import_kvbatch.default,
KVBatch: () => import_kvBatch.default,
KVBig: () => import_kvBig.default,
KVItem: () => import_kvItem.default,
KVNamespaceApi: () => import_kvNamespaceApi.default,
KVTable: () => import_kvtable.default,
KVTableDefinition: () => import_kvtable.KVTableDefinition
KVTable: () => import_kvTable.default,
KVTableDefinition: () => import_kvTable.KVTableDefinition,
ListOptions: () => import_kvTable.ListOptions
});
var import_kvapi = __toModule(require("./kvapi"));
var import_kvNamespaceApi = __toModule(require("./kvNamespaceApi"));
var import_kvtable = __toModule(require("./kvtable"));
var import_kvbatch = __toModule(require("./kvbatch"));
var import_kvTable = __toModule(require("./kvTable"));
var import_kvBatch = __toModule(require("./kvBatch"));
var import_kvBig = __toModule(require("./kvBig"));

@@ -39,0 +40,0 @@ var import_kvItem = __toModule(require("./kvItem"));

import KVNamespaceApi, { NamespaceResponse } from './kvNamespaceApi';
import KVBig, { KVBigOptions } from './kvBig';
import { KVTableDefinition, SetOptions } from './kvtable';
import KVTable, { KVTableDefinition, SetOptions } from './kvTable';
import KVBatch from './kvBatch';
import KVTable from './kvTable';
import KVItem from './kvItem';

@@ -7,0 +6,0 @@ interface KVApiArgs {

{
"name": "superkv",
"version": "1.4.0",
"version": "1.4.1",
"author": "g45t345rt",

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

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