Socket
Socket
Sign inDemoInstall

@socialgouv/dila-api-client

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socialgouv/dila-api-client - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.1.8](https://github.com/SocialGouv/dila-api-client/compare/v1.1.7...v1.1.8) (2021-07-04)
### Bug Fixes
* **deps:** update dependency debug to ^4.3.2 ([#310](https://github.com/SocialGouv/dila-api-client/issues/310)) ([7dfffea](https://github.com/SocialGouv/dila-api-client/commit/7dfffea90819191baa0601fe404dccc45bf79369))
## [1.1.7](https://github.com/SocialGouv/dila-api-client/compare/v1.1.6...v1.1.7) (2021-06-12)

@@ -2,0 +9,0 @@

3

lib/DilaApiClient.js

@@ -13,2 +13,5 @@ "use strict";

class DilaApiClient {
apiHost;
tokenHost;
globalToken;
constructor(apiHost = constants_1.API_HOST, tokenHost = constants_1.TOKEN_HOST) {

@@ -15,0 +18,0 @@ this.apiHost = apiHost;

12

package.json
{
"name": "@socialgouv/dila-api-client",
"version": "1.1.7",
"version": "1.1.8",
"description": "a client for the DILA API that publishes the french law",

@@ -26,3 +26,3 @@ "homepage": "https://github.com/SocialGouv/dila-api-client",

"dependencies": {
"debug": "^4.2.0",
"debug": "^4.3.2",
"node-fetch": "^2.6.1",

@@ -34,5 +34,5 @@ "p-all": "^4.0.0",

"@socialgouv/tslint-config-recommended": "^0.35.0",
"@types/debug": "^4.1.5",
"@types/debug": "^4.1.6",
"@types/jest": "^26.0.23",
"@types/node": "^14.17.3",
"@types/node": "^14.17.4",
"@types/node-fetch": "^2.5.10",

@@ -42,8 +42,8 @@ "@types/simple-oauth2": "^2.5.4",

"jest-fetch-mock": "^2.1.2",
"prettier": "^2.3.1",
"prettier": "^2.3.2",
"ts-jest": "^26.5.6",
"ts-node": "^10.0.0",
"tslint": "^6.1.3",
"typescript": "^4.2.4"
"typescript": "^4.3.5"
}
}

Sorry, the diff of this file is not supported yet

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