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 7.0.1 to 7.0.2

2

lib/src/index.d.ts
export { or, and, text, ciks, tickers, source, categoryCodes } from "./filters";
export { Api } from "./api";
export { WsApi } from "./wsApi";
export { News, Filter, TextOptions, WebsocketResponse, WebsocketErrorResponse, ConnectOptions, HistoricalFilter } from "./types";
export { News, Filter, TextOptions, WebsocketResponse, WebsocketErrorResponse, ConnectOptions, HistoricalFilter, RestResponse } from "./types";
export { Source, WebsocketMethod, WebsocketResponseType, FilterAction } from "./enums";
{
"name": "newsware",
"version": "7.0.1",
"version": "7.0.2",
"description": "Typescript client for interacting with the Newsware API",

@@ -5,0 +5,0 @@ "main": "lib/src/index.js",

@@ -11,4 +11,5 @@ export {or, and, text, ciks, tickers, source, categoryCodes} from "./filters";

ConnectOptions,
HistoricalFilter
HistoricalFilter,
RestResponse
} from "./types"
export {Source, WebsocketMethod, WebsocketResponseType, FilterAction} from "./enums"

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