Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3 to 13.3.4-build-ts-tests-2697961c510380f62735cf0a3e9a2c2224e70545-1

tests/api-key.spec.ts

4

CHANGELOG.md

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

## 13.3.4 - 2024-12-04
* Tests: Convert to typescript [Pagan Gazzard]
## 13.3.3 - 2024-12-03

@@ -9,0 +13,0 @@

8

package.json
{
"name": "balena-request",
"version": "13.3.3",
"version": "13.3.4-build-ts-tests-2697961c510380f62735cf0a3e9a2c2224e70545-1",
"description": "Balena HTTP client",

@@ -24,3 +24,3 @@ "main": "build/request.js",

"scripts": {
"lint": "balena-lint -e js -e ts lib tests",
"lint": "balena-lint -e js -e ts lib tests && tsc --noEmit --project tsconfig.dev.json",
"lint-fix": "balena-lint -e js -e ts --fix lib tests",

@@ -30,3 +30,3 @@ "pretest": "npm run build",

"posttest": "npm run lint",
"test-node": "mocha -r ts-node/register/transpile-only --reporter spec tests/**/*.spec.js",
"test-node": "mocha -r ts-node/register/transpile-only --reporter spec tests/**/*.spec.ts",
"test-browser": "mockttp -c karma start",

@@ -87,4 +87,4 @@ "build": "npx tsc",

"versionist": {
"publishedAt": "2024-12-03T15:16:48.906Z"
"publishedAt": "2024-12-04T16:02:06.338Z"
}
}

@@ -14,4 +14,2 @@ {

"moduleResolution": "node",
"allowJs": true,
"checkJs": true,
"skipLibCheck": true,

@@ -18,0 +16,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