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

@low-systems/request-doer

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@low-systems/request-doer - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

2

lib/request-doer.d.ts

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

import * as Request from 'request-promise-native';
import Request = require('request-promise-native');
import { Doer, TaskConfig, ConnectorContext } from 'low';

@@ -3,0 +3,0 @@ export declare class RequestDoer extends Doer<any, any> {

{
"version": "1.1.5",
"version": "1.1.6",
"main": "lib/request-doer.js",

@@ -8,3 +8,3 @@ "types": "lib/request-doer.d.ts",

"test": "jest --coverage",
"build": "npm run clean && tsc && npm test && typedoc"
"build": "npm run clean && tsc && npm test"
},

@@ -16,3 +16,3 @@ "license": "GPL-3.0",

"dependencies": {
"low": "file:../../core/low",
"low": "^1.1.6",
"request": "^2.88.0",

@@ -32,3 +32,12 @@ "request-promise-native": "^1.0.8"

},
"gitHead": "5619c75a2b664f915f0f6ba995c05cb37391abd0"
"gitHead": "35a8c602a51f3daae5ce502f34d672fb2757fd9c",
"devDependencies": {
"@types/jest": "^24.9.0",
"@types/request": "^2.48.4",
"@types/request-promise-native": "^1.0.17",
"jest": "^24.9.0",
"ts-jest": "^24.3.0",
"typedoc": "^0.16.6",
"typescript": "^3.7.4"
}
}

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

import * as Request from 'request-promise-native';
import Request = require('request-promise-native');

@@ -3,0 +3,0 @@ import { Doer, TaskConfig, ConnectorContext } from 'low';

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"noImplicitReturns": true,
"noUnusedLocals": true,
"declaration": true,
"outDir": "lib",
"sourceMap": true,
"strict": true,
"target": "es6",
"resolveJsonModule": true,
"skipLibCheck": true
"outDir": "lib"
},

@@ -14,0 +6,0 @@ "compileOnSave": true,

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