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

newsware

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

newsware - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

4

lib/src/api.d.ts

@@ -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(

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