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

@applitools/req

Package Overview
Dependencies
Maintainers
45
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/req - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

dist/agent-browser.js

20

CHANGELOG.md
# Changelog
## [1.6.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/req@1.6.0...js/req@1.6.1) (2023-09-25)
### Bug Fixes
* add browser entry point declaration and test ([#1933](https://github.com/applitools/eyes.sdk.javascript1/issues/1933)) ([5ba0720](https://github.com/applitools/eyes.sdk.javascript1/commit/5ba0720d62a9af8a9a2e1c2437c569e6ab19afd8))
### Dependencies
* @applitools/utils bumped to 1.6.1
#### Bug Fixes
* add browser entry point declaration and test ([#1933](https://github.com/applitools/eyes.sdk.javascript1/issues/1933)) ([5ba0720](https://github.com/applitools/eyes.sdk.javascript1/commit/5ba0720d62a9af8a9a2e1c2437c569e6ab19afd8))
#### Code Refactoring
* use Uint8Array instead of Buffer for binary data representation ([#1928](https://github.com/applitools/eyes.sdk.javascript1/issues/1928)) ([d1472ab](https://github.com/applitools/eyes.sdk.javascript1/commit/d1472ab8fd49e9a240e99a44dbf1d180b6c7a54b))
## [1.6.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/req@1.5.4...js/req@1.6.0) (2023-09-04)

@@ -4,0 +24,0 @@

2

dist/index.js

@@ -1,3 +0,3 @@

export { Request, Response, Headers } from 'node-fetch';
export { Request, Response, Headers } from './fetch.js';
export * from './req.js';
export { req as default } from './req.js';

@@ -5,3 +5,3 @@ import { AbortController } from 'abort-controller';

import { AbortCode, RequestTimeoutError, ConnectionTimeoutError } from './req-errors.js';
import globalFetch, { Request, Headers, Response } from 'node-fetch';
import globalFetch, { Request, Headers, Response } from './fetch.js';
import * as utils from '@applitools/utils';

@@ -8,0 +8,0 @@ /**

{
"name": "@applitools/req",
"version": "1.6.0",
"version": "1.6.1",
"description": "Applitools fetch-based request library",

@@ -30,2 +30,3 @@ "keywords": [

"types": "./types/index.d.ts",
"browser": "./dist/index.js",
"default": "./dist/index.js"

@@ -35,2 +36,3 @@ },

"types": "./types/index.d.cts",
"browser": "./dist/index.js",
"default": "./dist/index.cjs"

@@ -44,4 +46,5 @@ }

"browser": {
"http-proxy-agent": false,
"https-proxy-agent": false
".": "./dist/index.js",
"./dist/agent.js": "./dist/agent-browser.js",
"./dist/fetch.js": "./dist/fetch-browser.js"
},

@@ -60,3 +63,3 @@ "files": [

"dependencies": {
"@applitools/utils": "1.6.0",
"@applitools/utils": "1.6.1",
"abort-controller": "3.0.0",

@@ -70,2 +73,3 @@ "http-proxy-agent": "5.0.0",

"@applitools/test-server": "^1.2.2",
"@applitools/test-utils": "^1.5.17",
"@types/node": "^12.20.55",

@@ -72,0 +76,0 @@ "esbuild": "^0.17.18",

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