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

@turnkey/http

Package Overview
Dependencies
Maintainers
5
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turnkey/http - npm Package Compare versions

Comparing version 2.6.1 to 2.6.2

dist/version.d.ts

2

./dist/index.js

@@ -10,2 +10,3 @@ 'use strict';

var async = require('./async.js');
var version = require('./version.js');

@@ -27,3 +28,4 @@ /**

exports.withAsyncPolling = async.withAsyncPolling;
exports.VERSION = version.VERSION;
exports.PublicApiService = PublicApiService;
//# sourceMappingURL=index.js.map
# @turnkey/http
## 2.6.2
### Patch Changes
- b45a9ac: Include package version in request headers
- f9d636c: Export VERSION from turnkey/http
## 2.6.1

@@ -4,0 +11,0 @@

'use strict';
var base = require('../../../../../base.js');
var version = require('../../../../../version.js');
var universal = require('../../../../../universal.js');

@@ -1323,2 +1324,3 @@

[stamp.stampHeaderName]: stamp.stampHeaderValue,
"X-Client-Version": version.VERSION,
},

@@ -1325,0 +1327,0 @@ body: stringifiedBody,

@@ -17,2 +17,3 @@ import { PublicApiService as TurnkeyApi } from "./__generated__/barrel";

export { sealAndStampRequestBody } from "./base";
export { VERSION } from "./version";
//# sourceMappingURL=index.d.ts.map

@@ -10,2 +10,3 @@ 'use strict';

var async = require('./async.js');
var version = require('./version.js');

@@ -27,3 +28,4 @@ /**

exports.withAsyncPolling = async.withAsyncPolling;
exports.VERSION = version.VERSION;
exports.PublicApiService = PublicApiService;
//# sourceMappingURL=index.js.map

3

package.json
{
"name": "@turnkey/http",
"version": "2.6.1",
"version": "2.6.2",
"main": "./dist/index.js",

@@ -49,2 +49,3 @@ "module": "./dist/index.mjs",

"scripts": {
"version": "node -p \"'export const VERSION = ' + JSON.stringify(require('./package.json').name + '@' + require('./package.json').version) + ';'\" > src/version.ts",
"build": "rollup -c",

@@ -51,0 +52,0 @@ "clean": "rimraf ./dist ./.cache",

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