Socket
Socket
Sign inDemoInstall

@dotmind/utils

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotmind/utils - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

5

dist/react/ApiExecutor/ApiExecutor.js

@@ -33,2 +33,6 @@ "use strict";

function patch(url, body) {
return handle(executor.patch(url, body));
}
function post(url, body, config) {

@@ -52,2 +56,3 @@ return handle(executor.post(url, body, config));

put: put,
patch: patch,
post: post,

@@ -54,0 +59,0 @@ del: del,

2

package.json
{
"name": "@dotmind/utils",
"version": "1.0.4",
"version": "1.0.5",
"description": "",

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

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