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

chrome-https

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-https - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

0

chrome.js

@@ -0,0 +0,0 @@ var http = require('./http');

@@ -0,0 +0,0 @@ var ClientRequest = require('./lib/request')

4

lib/capability.js

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

exports.fetch = isFunction(window.fetch) && isFunction(window.ReadableByteStream)
exports.fetch = isFunction(window.fetch) && (isFunction(window.ReadableStream) || isFunction(window.ReadableByteStream))

@@ -33,2 +33,2 @@ exports.blobConstructor = false

xhr = null // Help gc
xhr = null // Help gc

@@ -0,0 +0,0 @@ var capability = require('./capability')

@@ -0,0 +0,0 @@ var capability = require('./capability')

{
"name": "chrome-https",
"version": "2.0.0",
"version": "2.0.1",
"description": "https module compatability for chrome apps",

@@ -5,0 +5,0 @@ "main": "main.js",

Sorry, the diff of this file is not supported yet

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