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 2.0.1-0 to 2.0.1-1

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # Change Log / Release Notes

## [2.0.0] - 2022-06-01
## Changed
Converted to typescript
## [1.5.1] - 2019-02-20

@@ -9,0 +13,0 @@ ## Changed

73

package.json
{
"name": "request-micro",
"description": "A tiny request library with no dependencies. Supports Http(s) and follows redirects",
"version": "2.0.1-0",
"version": "2.0.1-1",
"main": "./dist/request.js",

@@ -9,72 +9,3 @@ "types": "./dist/request.d.ts",

"dist/"
],
"scripts": {
"build": "run-s build:clean build:tsc build:js",
"build:clean": "del dist/",
"build:tsc": "tsc --project tsconfig.build.json",
"build:js": "node esbuild.js",
"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/kyeotic/request-micro/issues"
},
"devDependencies": {
"@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",
"esbuild": "^0.14.42",
"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",
"size-limit": "^7.0.8",
"string-to-stream": "^3.0.1",
"ts-jest": "^28.0.3",
"typescript": "^4.7.2"
},
"size-limit": [
{
"limit": "2kb",
"path": "dist/request.js",
"ignore": [
"http",
"https",
"url"
]
}
],
"keywords": [
"request",
"http"
],
"license": "MIT",
"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/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