@lokalise/node-api
Advanced tools
Comparing version 3.0.1 to 3.0.2
# 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 @@ |
{ | ||
"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"], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
716767
2980