request-micro
Advanced tools
Comparing version 2.0.1-0 to 2.0.1-1
@@ -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 |
{ | ||
"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" | ||
} | ||
] | ||
} |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
6192
2
3
1