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

rxjs-audit-with

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rxjs-audit-with - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

lib/index.d.ts
import { OperatorFunction } from "rxjs";
export declare function auditWith<T, R>(callback: (value: T) => Promise<any>): OperatorFunction<T, R>;
export default function auditWith<T, R>(callback: (value: T) => Promise<any>): OperatorFunction<T, R>;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.auditWith = void 0;
const rxjs_1 = require("rxjs");

@@ -12,2 +11,2 @@ const operators_1 = require("rxjs/operators");

}
exports.auditWith = auditWith;
exports.default = auditWith;
{
"name": "rxjs-audit-with",
"version": "1.2.0",
"version": "1.2.1",
"description": "A template for creating npm packages using TypeScript and VSCode",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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