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

@doctadevs/utils

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@doctadevs/utils - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

1

dist/src/http.js

@@ -18,2 +18,3 @@ "use strict";

},
mode: 'cors',
method,

@@ -20,0 +21,0 @@ }).then((response) => response.json());

2

package.json
{
"name": "@doctadevs/utils",
"version": "0.0.23",
"version": "0.0.24",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -34,4 +34,5 @@ import fetch from 'cross-fetch';

},
mode: 'cors',
method,
},
).then((response: Response) => response.json());

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