@hckrnews/auto-fetch
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@hckrnews/auto-fetch", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Auto Fetch local/http", | ||
@@ -14,2 +14,3 @@ "files": [ | ||
}, | ||
"license": "MIT", | ||
"keywords": [ | ||
@@ -37,3 +38,2 @@ "javascript", | ||
"test:watch": "jest src --watch", | ||
"coveralls": "jest && codecov && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", | ||
"cpd": "node_modules/jscpd/bin/jscpd src", | ||
@@ -48,14 +48,12 @@ "vulnerabilities": "npm audit --production" | ||
"@babel/preset-typescript": "^7.15.0", | ||
"@jest/globals": "^27.0.6", | ||
"babel-jest": "^27.2.4", | ||
"codecov": "^3.8.1", | ||
"coveralls": "^3.1.0", | ||
"eslint": "^7.18.0", | ||
"@jest/globals": "^29.0.0", | ||
"babel-jest": "^29.0.0", | ||
"eslint": "^8.0.0", | ||
"esm": "^3.2.25", | ||
"jest": "^27.2.4", | ||
"jest-junit": "^13.0.0", | ||
"jest": "^29.0.0", | ||
"jest-junit": "^16.0.0", | ||
"jest-sonar-reporter": "^2.0.0", | ||
"jscpd": "^3.3.26", | ||
"prettier": "^2.2.0", | ||
"standard": "^16.0.3", | ||
"prettier": "^3.0.0", | ||
"standard": "^17.0.0", | ||
"standard-reporter": "^1.0.5" | ||
@@ -65,3 +63,3 @@ }, | ||
"engines": { | ||
"node": ">= 14" | ||
"node": ">= 18" | ||
}, | ||
@@ -81,5 +79,9 @@ "standard": { | ||
"dependencies": { | ||
"@hckrnews/local-fetch": "^1.2.3", | ||
"node-fetch": "^3.0.0" | ||
"@hckrnews/local-fetch": "^1.2.4", | ||
"node-fetch": "^3.3.2" | ||
}, | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/w3nl" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
16
0
100
6751
Updated@hckrnews/local-fetch@^1.2.4
Updatednode-fetch@^3.3.2