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

@nestia/fetcher

Package Overview
Dependencies
Maintainers
1
Versions
466
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestia/fetcher - npm Package Compare versions

Comparing version 1.5.0-dev.20230802-5 to 1.5.0-dev.20230802-6

3

lib/Fetcher.js

@@ -155,3 +155,4 @@ "use strict";

init.body = (function () {
var json = headers["Content-Type"] !== "text/plain"
var json = encrypted.request === true ||
headers["Content-Type"] !== "text/plain"
? (stringify !== null && stringify !== void 0 ? stringify : JSON.stringify)(input)

@@ -158,0 +159,0 @@ : String(input);

{
"name": "@nestia/fetcher",
"version": "1.5.0-dev.20230802-5",
"version": "1.5.0-dev.20230802-6",
"description": "Fetcher library of Nestia SDK",

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

@@ -107,2 +107,3 @@ import import2 from "import2";

const json: string =
encrypted.request === true ||
headers["Content-Type"] !== "text/plain"

@@ -109,0 +110,0 @@ ? (stringify ?? JSON.stringify)(input)

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