Socket
Socket
Sign inDemoInstall

@lokalise/node-core

Package Overview
Dependencies
Maintainers
10
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lokalise/node-core - npm Package Compare versions

Comparing version 9.21.0 to 9.22.0

dist/src/utils/checksumUtils.d.ts

2

dist/index.d.ts

@@ -27,1 +27,3 @@ export { sendPut, sendPutBinary, sendDelete, sendPatch, sendGet, sendPost, sendPostBinary, httpClient, buildClient, type RequestOptions, type Response, type HttpRequestContext, type ResponseSchema, JSON_HEADERS, } from './src/http/httpClient';

export * from './src/observability/observabilityTypes';
export * from './src/utils/checksumUtils';
export * from './src/utils/streamUtils';

@@ -84,2 +84,4 @@ "use strict";

tslib_1.__exportStar(require("./src/observability/observabilityTypes"), exports);
tslib_1.__exportStar(require("./src/utils/checksumUtils"), exports);
tslib_1.__exportStar(require("./src/utils/streamUtils"), exports);
//# sourceMappingURL=index.js.map

4

package.json
{
"name": "@lokalise/node-core",
"version": "9.21.0",
"version": "9.22.0",
"author": {

@@ -46,2 +46,3 @@ "name": "Lokalise",

"@types/node": "^20.12.8",
"@types/tmp": "^0.2.6",
"@typescript-eslint/eslint-plugin": "^7.8.0",

@@ -55,2 +56,3 @@ "@typescript-eslint/parser": "^7.8.0",

"prettier": "^3.2.5",
"tmp": "^0.2.3",
"typescript": "^5.4.5",

@@ -57,0 +59,0 @@ "vitest": "1.6.0"

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