Socket
Socket
Sign inDemoInstall

@restart/hooks

Package Overview
Dependencies
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@restart/hooks - npm Package Compare versions

Comparing version 0.3.14 to 0.3.15

cjs/useSafeState.d.ts

2

cjs/useSet.d.ts

@@ -11,3 +11,3 @@ export declare class ObservableSet<V> extends Set<V> {

*
* ```tsx
* ```ts
* const ids = useSet<number>([1,2,3,4]);

@@ -14,0 +14,0 @@ *

@@ -68,3 +68,3 @@ "use strict";

*
* ```tsx
* ```ts
* const ids = useSet<number>([1,2,3,4]);

@@ -71,0 +71,0 @@ *

@@ -11,3 +11,3 @@ export declare class ObservableSet<V> extends Set<V> {

*
* ```tsx
* ```ts
* const ids = useSet<number>([1,2,3,4]);

@@ -14,0 +14,0 @@ *

@@ -59,3 +59,3 @@ function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }

*
* ```tsx
* ```ts
* const ids = useSet<number>([1,2,3,4]);

@@ -62,0 +62,0 @@ *

{
"name": "@restart/hooks",
"version": "0.3.14",
"version": "0.3.15",
"main": "cjs/index.js",

@@ -42,3 +42,3 @@ "types": "cjs/index.d.ts",

"homepage": "https://github.com/jquense/react-common-hooks#readme",
"_id": "@restart/hooks@0.3.13"
"_id": "@restart/hooks@0.3.14"
}
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