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

@hulanbv/nest-utilities-client-state

Package Overview
Dependencies
Maintainers
8
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hulanbv/nest-utilities-client-state - npm Package Compare versions

Comparing version 0.1.7 to 0.2.0

dist/utilities/getMessageArray.d.ts

1

dist/index.d.ts

@@ -9,2 +9,3 @@ export { useAll } from './hooks/useAll';

export { useRequest } from './hooks/core/useRequest';
export { getMessageArray } from './utilities/getMessageArray';
export * from './types';

4

dist/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.useRequest = exports.usePut = exports.usePost = exports.usePatch = exports.useMany = exports.useById = exports.useDelete = exports.useAll = void 0;
exports.getMessageArray = exports.useRequest = exports.usePut = exports.usePost = exports.usePatch = exports.useMany = exports.useById = exports.useDelete = exports.useAll = void 0;
var useAll_1 = require("./hooks/useAll");

@@ -31,3 +31,5 @@ Object.defineProperty(exports, "useAll", { enumerable: true, get: function () { return useAll_1.useAll; } });

Object.defineProperty(exports, "useRequest", { enumerable: true, get: function () { return useRequest_1.useRequest; } });
var getMessageArray_1 = require("./utilities/getMessageArray");
Object.defineProperty(exports, "getMessageArray", { enumerable: true, get: function () { return getMessageArray_1.getMessageArray; } });
__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@hulanbv/nest-utilities-client-state",
"version": "0.1.7",
"version": "0.2.0",
"description": "React hooks for state management when using nest-utilities-client and a nest-utilities based API.",

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

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