response-iterator
Advanced tools
Comparing version 0.2.6 to 0.2.7
104
package.json
{ | ||
"name": "response-iterator", | ||
"version": "0.2.7", | ||
"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.6", | ||
"author": { | ||
"email": "kmalakoff@gmail.com", | ||
"name": "Kevin Malakoff", | ||
"url": "https://github.com/kmalakoff" | ||
}, | ||
"license": "MIT", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.mjs", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "tsds build", | ||
"deploy": "tsds deploy", | ||
"format": "tsds format", | ||
"lint": "tsds lint", | ||
"test": "tsds test:node && tsds test:node \"test/**/*.test-node.*\" && tsds test:browser" | ||
}, | ||
"homepage": "https://github.com/kmalakoff/response-iterator#README.md", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/kmalakoff/response-iterator.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/kmalakoff/response-iterator/issues" | ||
}, | ||
"keywords": [ | ||
@@ -54,22 +28,21 @@ "Symbol", | ||
], | ||
"devDependencies": { | ||
"@types/axios": "^0.14.0", | ||
"@types/node": "^18.0.1", | ||
"@types/node-fetch": "^3.0.3", | ||
"cross-fetch": "^3.1.5", | ||
"got": "^12.1.0", | ||
"isomorphic-fetch": "^3.0.0", | ||
"readable-stream-2": "npm:readable-stream@2.3.7", | ||
"readable-stream-3": "npm:readable-stream@4.0.0", | ||
"ts-dev-stack": "^0.6.5", | ||
"undici": "^5.6.0" | ||
"homepage": "https://github.com/kmalakoff/response-iterator#README.md", | ||
"bugs": { | ||
"url": "https://github.com/kmalakoff/response-iterator/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/kmalakoff/response-iterator.git" | ||
}, | ||
"license": "MIT", | ||
"author": { | ||
"name": "Kevin Malakoff", | ||
"email": "kmalakoff@gmail.com", | ||
"url": "https://github.com/kmalakoff" | ||
}, | ||
"type": "module", | ||
"engines": { | ||
"node": ">=0.8" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js", | ||
"require": "./dist/cjs/index.cjs", | ||
"types": "./dist/types/index.d.ts" | ||
@@ -79,7 +52,46 @@ }, | ||
}, | ||
"main": "dist/cjs/index.cjs", | ||
"unpkg": "dist/umd/response-iterator.cjs", | ||
"module": "dist/esm/index.mjs", | ||
"types": "dist/types/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "tsds build", | ||
"deploy": "tsds deploy", | ||
"docs": "tsds docs", | ||
"format": "biome check --write --unsafe src/ test/", | ||
"test": "npm run test:node && npm run test:browser", | ||
"test:browser": "tsds test:browser --config wtr.config.mjs && tsds test:browser --config wtr.config.mjs \"test/**/*.test-browser.*\"", | ||
"test:engines": "nvu engines npm run test:node && npm run test:browser", | ||
"test:node": "tsds test:node --no-timeouts && tsds test:node --no-timeouts \"test/**/*.test-node.*\"", | ||
"version": "tsds version" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.9.4", | ||
"@types/mocha": "^10.0.10", | ||
"@types/node": "^22.10.2", | ||
"@web/dev-server-import-maps": "^0.2.1", | ||
"axios": "^1.7.9", | ||
"cross-fetch": "^4.1.0", | ||
"get-remote": "^1.3.2", | ||
"isomorphic-fetch": "^3.0.0", | ||
"node-fetch": "^3.3.2", | ||
"pinkie-promise": "^2.0.1", | ||
"readable-stream": "2.3.8", | ||
"tsds-web-test-runner": "^1.11.15", | ||
"undici": "^7.2.0" | ||
}, | ||
"engines": { | ||
"node": ">=0.8" | ||
}, | ||
"tsds": { | ||
"source": "src/index.ts" | ||
}, | ||
"types": "dist/types/index.d.ts", | ||
"unpkg": "dist/umd/response-iterator.js" | ||
"source": "src/index.ts", | ||
"targets": [ | ||
"cjs", | ||
"esm", | ||
"umd" | ||
] | ||
} | ||
} |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
552
65866
13
32
1