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

use-latest-callback

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-latest-callback - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

esm.mjs

11

package.json
{
"name": "use-latest-callback",
"version": "0.1.10",
"version": "0.1.11",
"description": "React hook which returns the latest callback without changing the reference",

@@ -17,5 +17,5 @@ "repository": "https://github.com/satya164/use-latest-callback",

"type": "commonjs",
"source": "src/index.ts",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"source": "./src/index.ts",
"main": "./lib/src/index.js",
"types": "./lib/src/index.d.ts",
"exports": {

@@ -30,3 +30,4 @@ ".": {

"src",
"lib"
"lib",
"esm.mjs"
],

@@ -33,0 +34,0 @@ "scripts": {

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