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

promise-make-naked

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promise-make-naked - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

1

dist/index.d.ts

@@ -7,1 +7,2 @@ import type { Result } from './types';

export default makeNakedPromise;
export type { Result };

2

package.json

@@ -5,3 +5,3 @@ {

"description": "A simple function that makes a promise that can be resolved or rejected from the outside.",
"version": "2.1.1",
"version": "2.1.2",
"type": "module",

@@ -8,0 +8,0 @@ "main": "dist/index.js",

@@ -54,1 +54,2 @@

export default makeNakedPromise;
export type {Result};
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