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

@lokalise/file-storage-service-sdk

Package Overview
Dependencies
Maintainers
10
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lokalise/file-storage-service-sdk - npm Package Compare versions

Comparing version 6.3.0 to 6.4.1

dist/index.d.ts

15

package.json
{
"name": "@lokalise/file-storage-service-sdk",
"version": "6.3.0",
"version": "6.4.1",
"description": "SDK for file-storage-service",

@@ -24,9 +24,9 @@ "author": {

],
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/lib/index.d.ts",
"require": "./dist/lib/index.js",
"import": "./dist/lib/index.js"
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.js"
},

@@ -46,3 +46,4 @@ "./package.json": "./package.json"

"lint:fix": "eslint . --fix && prettier --write lib test \"**/*.{json,md}\"",
"version": "auto-changelog -p && git add CHANGELOG.md"
"version": "auto-changelog -p && git add CHANGELOG.md",
"prepublishOnly": "npm run build"
},

@@ -49,0 +50,0 @@ "dependencies": {

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