Comparing version 4.1.0 to 4.1.1
@@ -6,4 +6,4 @@ import { HistoricalFilter, News, SubscribeOptions, EndpointDescription } from "./types"; | ||
private subscribed; | ||
private websocketEndpoint; | ||
private restEndpoint; | ||
websocketEndpoint: string; | ||
restEndpoint: string; | ||
constructor(apikey: string, endpoint?: EndpointDescription); | ||
@@ -10,0 +10,0 @@ subscribe(options: SubscribeOptions): void; |
{ | ||
"name": "newsware", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Typescript client for interacting with the Newsware API", | ||
@@ -5,0 +5,0 @@ "main": "lib/src/index.js", |
@@ -7,4 +7,4 @@ import {Endpoint, HistoricalFilter, News, ApiResponse, SubscribeOptions, EndpointDescription} from "./types"; | ||
private subscribed = false | ||
private websocketEndpoint: string | ||
private restEndpoint: string | ||
websocketEndpoint: string | ||
restEndpoint: string | ||
@@ -11,0 +11,0 @@ constructor( |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
43597