@ejnshtein/nyaasi
Advanced tools
Comparing version 1.0.6 to 2.0.0
{ | ||
"name": "@ejnshtein/nyaasi", | ||
"version": "1.0.6", | ||
"version": "2.0.0", | ||
"description": "Nyaa.si api wrapper for Node 13.5 and newer", | ||
"main": "Nyaa.js", | ||
"scripts": {}, | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"scripts": { | ||
"build-ts": "tsc", | ||
"lint": "eslint ./src --ext .ts" | ||
}, | ||
"keywords": [ | ||
@@ -11,23 +15,41 @@ "nyaa", | ||
], | ||
"engines": { | ||
"node": ">=13.5" | ||
"type": "commonjs", | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm run lint" | ||
} | ||
}, | ||
"typings": "./typings/index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ejnshtein/nyaa-api" | ||
}, | ||
"type": "module", | ||
"repository": "github:ejnshtein/nyaa-api", | ||
"author": "ejnshtein", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"standard": "^14.3.3" | ||
}, | ||
"dependencies": { | ||
"@ejnshtein/smol-request": "^1.0.9", | ||
"@ejnshtein/smol-request": "1.1.3", | ||
"bytes-iec": "^3.1.0", | ||
"cheerio": "^1.0.0-rc.3", | ||
"deepmerge": "^4.2.2", | ||
"rss-parser": "^3.7.6" | ||
"rss-parser": "^3.9.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.12.3", | ||
"@babel/preset-typescript": "^7.12.1", | ||
"@types/cheerio": "^0.22.22", | ||
"@types/eslint": "^7.2.4", | ||
"@types/node": "^14.14.6", | ||
"@typescript-eslint/eslint-plugin": "^4.6.0", | ||
"@typescript-eslint/parser": "^4.6.0", | ||
"babel-plugin-add-import-extension": "^1.4.3", | ||
"eslint": "^7.12.1", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-config-standard": "^16.0.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.2", | ||
"husky": "^4.3.0", | ||
"module-alias": "^2.2.2", | ||
"prettier": "^2.1.2", | ||
"standard": "^16.0.1", | ||
"typescript": "^4.0.5" | ||
} | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
53419
24
1455
21
2
1
No
+ Added@ejnshtein/smol-request@1.1.3(transitive)
- Removed@ejnshtein/smol-request@1.1.5(transitive)
Updatedrss-parser@^3.9.0