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

@localazy/ts-api

Package Overview
Dependencies
Maintainers
4
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.10 to 1.0.11-alpha.0

2

dist/models/arguments/list-keys-in-file.d.ts

@@ -9,3 +9,5 @@ declare type ListKeysInFile = {

next?: string;
/** Receive additional info such as translation note, whether it's hidden etc. */
extra_info?: boolean;
};
export default ListKeysInFile;

@@ -6,2 +6,6 @@ export declare type Key = {

value: string | string[] | Record<string, any>;
comment?: string;
deprecated?: number;
hidden?: boolean;
limit?: number;
};

@@ -8,0 +12,0 @@ declare type KeysInFile = {

2

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

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

@@ -46,3 +46,3 @@ # @localazy/ts-api

Documentation: https://localazy.com/docs/api/list-projects
Documentation: https://localazy.com/docs/api/projects#list-projects

@@ -49,0 +49,0 @@ ### import

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