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

newsware

Package Overview
Dependencies
Maintainers
0
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.24 to 10.0.1

2

lib/src/types.d.ts

@@ -21,3 +21,3 @@ /// <reference types="ws" />

export interface RestError {
code: number;
code: string;
message: string;

@@ -24,0 +24,0 @@ }

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

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

@@ -24,3 +24,3 @@ import { CloseEvent } from "isomorphic-ws"

export interface RestError {
code: number
code: string
message: string

@@ -27,0 +27,0 @@ }

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