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

@testjg/nativescript-http

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testjg/nativescript-http - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.ios.js

@@ -84,3 +84,3 @@ import { File, knownFolders, Utils } from '@nativescript/core';

req.HTTPMethod = options.method;
createRequestHeaders(options.headers, req);
createRequestHeaders(options.headers || {}, req);
if (Utils.isNullOrUndefined(options.content)) {

@@ -87,0 +87,0 @@ return { req };

{
"name": "@testjg/nativescript-http",
"version": "1.0.0",
"version": "1.0.1",
"description": "Add a plugin description",

@@ -5,0 +5,0 @@ "main": "index",

# @testjg/nativescript-http
[![npm version](https://badge.fury.io/js/@testjg%2Fnativescript-http.svg)](https://badge.fury.io/js/@testjg%2Fnativescript-http)
Http helper lib. Under the hood it uses `okhttp` (v3) for Android and `NSURLSession` for iOS.

@@ -4,0 +6,0 @@

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