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.22 to 10.0.0-beta.23

2

lib/src/api.d.ts

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

import { RestHelper } from "rest-helper";
import { RestHelper } from "./rest-helper";
import { CategoryCode, EndpointDescription, HistoricalFilter, News, RestResponseError, RestResponseSuccess, SourceDetails } from "./types";

@@ -3,0 +3,0 @@ export declare class Api {

@@ -13,4 +13,4 @@ "use strict";

exports.Api = void 0;
const rest_helper_1 = require("rest-helper");
const enums_1 = require("./enums");
const rest_helper_1 = require("./rest-helper");
class Api {

@@ -17,0 +17,0 @@ constructor(apikey, endpoint = enums_1.Endpoint.PRODUCTION) {

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

import { EndpointDescription, RestResponse, RestResponseError, RestResponseSuccess } from "types";
import { EndpointDescription, RestResponse, RestResponseError, RestResponseSuccess } from "./types";
export declare class RestHelper {

@@ -3,0 +3,0 @@ headers: Record<string, string>;

@@ -13,3 +13,3 @@ "use strict";

exports.RestHelper = void 0;
const enums_1 = require("enums");
const enums_1 = require("./enums");
class RestHelper {

@@ -16,0 +16,0 @@ constructor(endpoint = enums_1.Endpoint.PRODUCTION, headers = {}) {

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

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

@@ -1,3 +0,3 @@

import { RestHelper } from "rest-helper"
import { Endpoint } from "./enums"
import { RestHelper } from "./rest-helper"
import {

@@ -4,0 +4,0 @@ CategoryCode,

@@ -1,3 +0,3 @@

import { Endpoint } from "enums"
import { EndpointDescription, RestResponse, RestResponseError, RestResponseSuccess } from "types"
import { Endpoint } from "./enums"
import { EndpointDescription, RestResponse, RestResponseError, RestResponseSuccess } from "./types"

@@ -4,0 +4,0 @@ export class RestHelper {

Sorry, the diff of this file is not supported yet

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