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

node-duckduckgo

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-duckduckgo - npm Package Compare versions

Comparing version 1.0.7 to 1.2.0

1

lib/index.d.ts
import * as request from 'request';
import { allowedFormat, IFormatter } from './formatHelper';
import { optionType } from './optionHelper';
export { IFormatter, JsonFormatter } from './formatHelper';
export { RequestCallback } from 'request';

@@ -6,0 +5,0 @@ export declare class Requester {

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

const queryBuilder_1 = require("./queryBuilder");
var formatHelper_2 = require("./formatHelper");
exports.JsonFormatter = formatHelper_2.JsonFormatter;
class Requester {

@@ -11,0 +9,0 @@ constructor(appName = 'node-duckduckgo') {

12

package.json
{
"name": "node-duckduckgo",
"version": "1.0.7",
"version": "1.2.0",
"description": "DuckDuckGo client for node",

@@ -47,3 +47,3 @@ "main": "lib/index.js",

"chai": "^4.1.0",
"del": "^3.0.0",
"del": "^4.0.0",
"gulp": "^3.9.1",

@@ -56,8 +56,8 @@ "gulp-istanbul": "^1.1.1",

"gulp-use-tsconfig": "^1.1.3",
"mocha": "^5.2.0",
"remap-istanbul": "^0.11.1",
"ts-node": "^7.0.0",
"mocha": "^6.0.2",
"remap-istanbul": "^0.13.0",
"ts-node": "^8.0.3",
"tslint": "^5.11.0",
"tslint-clean-code": "^0.2.7",
"typescript": "^2.0.10",
"typescript": "^3.3.3333",
"yarn": "^1.7.0"

@@ -64,0 +64,0 @@ },

@@ -44,3 +44,3 @@ Yet another node lib for requesting [Duck Duck Go](https://duckduckgo.com/).

* Execute your request and et your result
* Execute your request and get your result
This lib is backed by [Request](https://www.npmjs.com/package/request). Results can be got by either by Request's call back or by stream:

@@ -47,0 +47,0 @@ ```javascript

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