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

antena

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antena - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

node/child.js

@@ -6,3 +6,3 @@ const Fs = require("fs");

Request(secure, options, body, (error, response) => {
Fs.writeFile(channel+".res", JSON.stringify([error?error.message:null, JSON.stringify(response)]), "utf8", (error) => {
Fs.writeFile(channel+".res", JSON.stringify([error?error.message:null, response]), "utf8", (error) => {
if (error)

@@ -9,0 +9,0 @@ throw error;

{
"name": "antena",
"description": "Isomorph http client",
"version": "1.2.0",
"version": "1.2.1",
"author": {

@@ -6,0 +6,0 @@ "name": "Laurent Christophe",

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