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

@lokalise/node-api

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lokalise/node-api - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

6

CHANGELOG.md
# Lokalise API Node Client Changelog
## 3.0.1 (22-Apr-20)
## 3.0.2 (22-Apr-20)

@@ -9,2 +9,6 @@ * Updated for Got 11

# 3.0.1
*Deprecated to an incorrect build.*
## 3.0.0 (27-Mar-20)

@@ -11,0 +15,0 @@

2

package.json
{
"name": "@lokalise/node-api",
"version": "3.0.1",
"version": "3.0.2",
"description": "Official Lokalise API 2.0 Node.js client",

@@ -5,0 +5,0 @@ "license": "MIT",

import { RequestError, Response, Options } from 'got';
const got = require('got');
import * as pkg from '../../package.json';
const pkg = require('../../package.json');
import { LokaliseApi } from '../lokalise/lokalise';

@@ -5,0 +5,0 @@

@@ -7,2 +7,3 @@ {

"sourceMap": true,
"moduleResolution": "Node",
"rootDirs": ["src", "node_modules"],

@@ -9,0 +10,0 @@ "typeRoots": ["node_modules/@types"],

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