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

balena-request

Package Overview
Dependencies
Maintainers
0
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

balena-request - npm Package Compare versions

Comparing version 13.3.4 to 14.0.0-build-14-x-a4e33b1ccf8c95d6330e0cfbdcd0938225fd0ece-1

tests/browserify-zlib.d.ts

2

build/progress.js

@@ -20,3 +20,3 @@ "use strict";

const tslib_1 = require("tslib");
const utils = require("./utils");
const utils = tslib_1.__importStar(require("./utils"));
/**

@@ -23,0 +23,0 @@ * @module progress

@@ -20,5 +20,5 @@ "use strict";

const tslib_1 = require("tslib");
const urlLib = require("url");
const errors = require("balena-errors");
const utils = require("./utils");
const urlLib = tslib_1.__importStar(require("url"));
const errors = tslib_1.__importStar(require("balena-errors"));
const utils = tslib_1.__importStar(require("./utils"));
/**

@@ -25,0 +25,0 @@ * @module request

@@ -33,5 +33,5 @@ "use strict";

require('fetch-ponyfill')({ Promise });
const urlLib = require("url");
const qs = require("qs");
const errors = require("balena-errors");
const urlLib = tslib_1.__importStar(require("url"));
const qs = tslib_1.__importStar(require("qs"));
const errors = tslib_1.__importStar(require("balena-errors"));
const balena_auth_1 = require("balena-auth");

@@ -38,0 +38,0 @@ const stream_1 = require("stream");

@@ -7,2 +7,9 @@ # Change Log

## 14.0.0 - 2024-12-04
* Switch tsconfig module to Node16 [Pagan Gazzard]
* Update form-data-encoder to 4.x and formdata-node to 6.x [Pagan Gazzard]
* Update tsconfig target to es2017 [Pagan Gazzard]
* Set `type` to `commonjs` in package.json [Pagan Gazzard]
## 13.3.4 - 2024-12-04

@@ -9,0 +16,0 @@

{
"name": "balena-request",
"version": "13.3.4",
"version": "14.0.0-build-14-x-a4e33b1ccf8c95d6330e0cfbdcd0938225fd0ece-1",
"description": "Balena HTTP client",
"type": "commonjs",
"main": "build/request.js",

@@ -74,4 +75,4 @@ "types": "build/request.d.ts",

"fetch-readablestream": "^0.2.0",
"form-data-encoder": "1.7.2",
"formdata-node": "^4.0.0",
"form-data-encoder": "^4.0.2",
"formdata-node": "^6.0.3",
"progress-stream": "^2.0.0",

@@ -86,4 +87,4 @@ "qs": "^6.9.4",

"versionist": {
"publishedAt": "2024-12-04T16:02:06.338Z"
"publishedAt": "2024-12-04T16:28:32.780Z"
}
}
import { expect } from 'chai';
import setup from './setup';
import * as stringToStream from 'string-to-stream';
import stringToStream from 'string-to-stream';
import * as sinon from 'sinon';

@@ -5,0 +5,0 @@ import * as mockhttp from 'mockttp';

@@ -22,3 +22,3 @@ const IS_BROWSER = typeof window !== 'undefined' && window !== null;

import * as chai from 'chai';
import * as chaiAsPromised from 'chai-as-promised';
import chaiAsPromised from 'chai-as-promised';
chai.use(chaiAsPromised);

@@ -25,0 +25,0 @@

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

import './browserify-zlib';
import { PassThrough } from 'stream';

@@ -4,0 +2,0 @@ import { expect } from 'chai';

import { expect } from 'chai';
import { TokenType } from 'balena-auth/build/token';
import setup from './setup';
import * as fetchPonyfill from 'fetch-ponyfill';
import fetchPonyfill from 'fetch-ponyfill';
import * as sinon from 'sinon';

@@ -6,0 +6,0 @@ import * as tokens from './tokens.json';

{
"compilerOptions": {
"module": "commonjs",
"module": "Node16",
"declaration": true,

@@ -13,3 +13,2 @@ "outDir": "build",

"noUnusedLocals": true,
"moduleResolution": "node",
"skipLibCheck": true,

@@ -16,0 +15,0 @@ "importHelpers": true

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