Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

syntex-basic

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

syntex-basic - npm Package Compare versions

Comparing version 1.0.0-b10 to 1.0.0-b11

2

core/connection-manager.js

@@ -16,3 +16,3 @@ const url = require('url');

this.platform.RequestManager.fetch(this.url.protocol + '//' + this.url.host + path, { data }).then((data) => {
this.platform.RequestManager.fetch(this.url.protocol + '//' + this.url.host + path, { data, verbose : true }).then((data) => {

@@ -19,0 +19,0 @@ resolve(data);

@@ -56,3 +56,6 @@ const http = require('http');

this.logger.err(e);
if(options.verbose)
{
this.logger.err(e);
}

@@ -59,0 +62,0 @@ resolve(null);

{
"name": "syntex-basic",
"version": "1.0.0-b10",
"version": "1.0.0-b11",
"description": "A basic module for development",

@@ -5,0 +5,0 @@ "main": "main.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