request-micro
Advanced tools
Comparing version 1.5.1 to 2.0.0-0
{ | ||
"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" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
9878
6
182
21
1