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.3.0 to 1.4.0

3

dist/index.d.ts

@@ -6,2 +6,3 @@ import KVApi from './kvapi';

import KVBig from './kvBig';
export { KVApi, KVNamespaceApi, KVTable, KVBatch, KVBig, KVTableDefinition };
import KVItem from './kvItem';
export { KVApi, KVNamespaceApi, KVTable, KVBatch, KVBig, KVItem, KVTableDefinition };

@@ -28,2 +28,3 @@ var __create = Object.create;

KVBig: () => import_kvBig.default,
KVItem: () => import_kvItem.default,
KVNamespaceApi: () => import_kvNamespaceApi.default,

@@ -38,4 +39,5 @@ KVTable: () => import_kvtable.default,

var import_kvBig = __toModule(require("./kvBig"));
var import_kvItem = __toModule(require("./kvItem"));
if (!globalThis.fetch) {
throw new Error(`[fetch] is not defined. You are mostly using node and need a fetch polyfill like [isomorphic-fetch].`);
}
{
"name": "superkv",
"version": "1.3.0",
"version": "1.4.0",
"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