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

request-micro

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

request-micro - npm Package Compare versions

Comparing version 1.5.1 to 2.0.0-0

dist/request.d.ts

76

package.json
{
"name": "request-micro",
"description": "A tiny request library with no dependencies. Supports Http(s) and follows redirects",
"version": "1.5.1",
"author": {
"name": "Timothy Kye",
"email": "tim@kye.plus",
"url": "http://kye.plus"
"version": "2.0.0-0",
"main": "./dist/request.js",
"types": "./dist/request.d.ts",
"files": [
"dist/"
],
"scripts": {
"build": "run-s build:tsc",
"build:tsc": "del dist/ && tsc --project tsconfig.build.json",
"check": "run-s style lint",
"check:ci": "run-s style:ci lint",
"lint": "eslint \"src/**/*.{ts,tsx}\" --ext .ts,.tsx",
"style": "prettier --write \"src/**/*.{ts,tsx}\"",
"style:ci": "prettier --check \"src/**/*.{ts,tsx}\"",
"test": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 jest",
"test:ci": "run-s check:ci test build size",
"test:watch": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 jest --watch",
"size": "size-limit",
"release": "np"
},
"bugs": {
"url": "https://github.com/tyrsius/request-micro/issues"
"url": "https://github.com/kyeotic/request-micro/issues"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"blue-tape": "^1.0.0",
"concat-stream": "^1.4.7",
"@size-limit/preset-small-lib": "^7.0.8",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"concat-stream": "^2.0.0",
"cross-env": "^7.0.3",
"del-cli": "^4.0.1",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.1.0",
"jest-watch-typeahead": "^1.1.0",
"np": "^7.6.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"self-signed-https": "^1.0.5",
"standard": "^7.0.1",
"string-to-stream": "^1.0.0",
"tap-spec": "^4.1.1"
"size-limit": "^7.0.8",
"string-to-stream": "^3.0.1",
"ts-jest": "^28.0.3",
"typescript": "^4.7.2"
},
"homepage": "https://github.com/tyrsius/request-micro",
"size-limit": [
{
"limit": "4.5kb",
"path": "dist/request.js",
"ignore": [
"node:http",
"node:https",
"node:url"
]
}
],
"keywords": [

@@ -28,10 +66,12 @@ "request",

"license": "MIT",
"main": "index.js",
"author": {
"name": "Tim Kye",
"email": "tim@kye.dev",
"url": "http://kye.dev"
},
"homepage": "https://github.com/kyeotic/request-micro",
"repository": {
"type": "git",
"url": "git://github.com/tyrsius/request-micro.git"
},
"scripts": {
"test": "standard && blue-tape test/*.js | tap-spec"
"url": "git://github.com/kyeotic/request-micro.git"
}
}
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