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

@tdreyno/pretty-please

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tdreyno/pretty-please - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

2

dist-types/Task/Task.d.ts

@@ -63,3 +63,3 @@ export declare type Reject<E> = (error: E) => void;

*/
export declare const chain: <E, S, S2>(fn: (result: S) => Task<E, S2> | Promise<S2>, task: Task<E, S>) => Task<E, S2>;
export declare const chain: <E, S, E2, S2>(fn: (result: S) => Task<E2, S2> | Promise<S2>, task: Task<E, S>) => Task<E | E2, S2>;
/**

@@ -66,0 +66,0 @@ * When forked, run a function which can check whether the task has already succeeded.

{
"name": "@tdreyno/pretty-please",
"version": "1.8.0",
"version": "1.8.1",
"files": [

@@ -5,0 +5,0 @@ "dist-*/",

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