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

simple-protocol-http

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-protocol-http - npm Package Compare versions

Comparing version 0.11.2 to 0.12.0

2

lib/simple.js
'use strict';
var fetch = require('isomorphic-fetch');
var fetch = require('fetch-everywhere');

@@ -5,0 +5,0 @@ var _require = require('../vendor/ramda'),

{
"name": "simple-protocol-http",
"version": "0.11.2",
"version": "0.12.0",
"description": "",

@@ -15,3 +15,3 @@ "main": "index.js",

"dependencies": {
"isomorphic-fetch": "^2.2.1"
"fetch-everywhere": "^1.0.5"
},

@@ -18,0 +18,0 @@ "devDependencies": {

@@ -1,2 +0,2 @@

const fetch = require('isomorphic-fetch')
const fetch = require('fetch-everywhere')
const { curry, merge, keys } = require('../vendor/ramda')

@@ -3,0 +3,0 @@ const { safep, isSimpleProtocol } = require('./util')

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