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

@localazy/ts-api

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@localazy/ts-api - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "@localazy/ts-api",
"version": "1.0.1",
"version": "1.0.2",
"description": "This is a Typescript library facilitating usage of Localazy's API.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -65,1 +65,12 @@ # @localazy/ts-api

Documentation: https://localazy.com/docs/api/files#retrieve-a-list-of-keys-and-translations-from-file
# FAQ
## Localazy's API supports method that is not included in this library.
It's possible as the API is still actively developed and it might take us some time to update all related projects. Feel free to create a new issue or pull request for this.
## I'd like to import and use a type definition for one of the methods. Can I do that?
Yes. We publish type definitions for arguments of all the methods to NPM. They reside in `@localazy/ts-api/dist/models`, e.g.
```ts
import ListProjects from '@localazy/ts-api/dist/models/list-projects';
```
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