New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hckrnews/auto-fetch

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hckrnews/auto-fetch - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

30

package.json
{
"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

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