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

response-iterator

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

response-iterator - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

dist/esm/index.mjs

20

package.json
{
"name": "response-iterator",
"description": "Creates an async iterator for a variety of inputs in the browser and node. Supports fetch, node-fetch, and cross-fetch",
"version": "0.2.2",
"version": "0.2.3",
"author": {

@@ -12,3 +12,3 @@ "email": "kmalakoff@gmail.com",

"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"module": "dist/esm/index.mjs",
"files": [

@@ -58,11 +58,11 @@ "dist"

"@types/axios": "^0.14.0",
"@types/node": "^16.11.1",
"@types/node": "^18.0.0",
"@types/node-fetch": "^3.0.3",
"cross-fetch": "^3.1.4",
"got": "^11.8.2",
"cross-fetch": "^3.1.5",
"got": "^12.1.0",
"isomorphic-fetch": "^3.0.0",
"readable-stream-2": "npm:readable-stream@3.6.0",
"readable-stream-3": "npm:readable-stream@3.6.0",
"ts-dev-stack": "^0.1.3",
"undici": "^4.7.3"
"readable-stream-2": "npm:readable-stream@2.3.7",
"readable-stream-3": "npm:readable-stream@4.0.0",
"ts-dev-stack": "^0.2.1",
"undici": "^5.5.1"
},

@@ -75,3 +75,3 @@ "type": "module",

".": {
"import": "./dist/esm/index.js",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js",

@@ -78,0 +78,0 @@ "types": "./dist/esm/index.d.ts"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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