New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

newsware

Package Overview
Dependencies
Maintainers
1
Versions
73
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 10.0.0-beta.13 to 10.0.0-beta.14

4

lib/src/enums.d.ts

@@ -23,3 +23,5 @@ import { EndpointDescription } from "./types";

SEC = "SEC",
Hammerstone = "HS"
Hammerstone = "HS",
FlyOnTheWall = "fly_on_the_wall",
StreetInsider = "street_insider"
}

@@ -26,0 +28,0 @@ export declare enum WebsocketMethod {

@@ -29,2 +29,4 @@ "use strict";

Source["Hammerstone"] = "HS";
Source["FlyOnTheWall"] = "fly_on_the_wall";
Source["StreetInsider"] = "street_insider";
})(Source || (exports.Source = Source = {}));

@@ -31,0 +33,0 @@ var WebsocketMethod;

{
"name": "newsware",
"version": "10.0.0-beta.13",
"version": "10.0.0-beta.14",
"description": "Typescript client for interacting with the Newsware API",

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

@@ -1,2 +0,2 @@

import {EndpointDescription} from "./types";
import { EndpointDescription } from "./types";

@@ -26,3 +26,5 @@ export enum FilterType {

SEC = "SEC",
Hammerstone = "HS"
Hammerstone = "HS",
FlyOnTheWall = "fly_on_the_wall",
StreetInsider = "street_insider",
}

@@ -29,0 +31,0 @@

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