New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@based/types

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@based/types - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/selvaTypes/delete.d.ts

6

dist/index.d.ts
/// <reference types="node" />
import type { GetOptions } from './selvaTypes/get';
import type { GetOptions, Filter } from './selvaTypes/get';
import type { SetOptions } from './selvaTypes/set';
import type { DeleteOptions } from './selvaTypes/delete';
import type { Schema } from './selvaTypes/schema';
import { Readable } from 'stream';
export { GetOptions, SetOptions, Schema };
export { GetOptions, SetOptions, DeleteOptions, Schema, Filter };
export * from './selvaTypes/schema';
export declare type DigestOptions = string;

@@ -8,0 +10,0 @@ export declare enum RequestTypes {

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.isAnalyticsHistoryOpts = exports.isAnalyticsTypesOpts = exports.RequestTypes = void 0;
__exportStar(require("./selvaTypes/schema"), exports);
// eslint-disable-next-line

@@ -5,0 +16,0 @@ var RequestTypes;

{
"name": "@based/types",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "scripts": {

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