Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@skills17/static-task-server

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skills17/static-task-server - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

2

lib/Server.js

@@ -25,3 +25,3 @@ "use strict";

const serveConfig = this.config.getServe();
return !serveConfig.bind || serveConfig.bind === '127.0.0.1' || serveConfig.bind === '0.0.0.0';
return !serveConfig.bind || serveConfig.bind === '127.0.0.1';
}

@@ -28,0 +28,0 @@ /**

{
"name": "@skills17/static-task-server",
"version": "2.0.0",
"version": "3.0.0",
"description": "Serves static task files.",

@@ -37,14 +37,14 @@ "main": "lib/index.js",

"@types/ip": "^1.1.0",
"@types/jest": "^26.0.20",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"babel-jest": "^26.6.3",
"eslint": "^7.17.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.1.0",
"@types/jest": "^27.0.3",
"@types/node-fetch": "^2.5.12",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"babel-jest": "^27.4.2",
"eslint": "^8.3.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-prettier": "^4.0.0",
"ip": "^1.1.5",
"jest": "^26.6.3",
"jest": "^27.4.3",
"node-fetch": "^2.6.1",

@@ -55,5 +55,5 @@ "prettier": "^2.2.1",

"dependencies": {
"@skills17/task-config": "^2.0.0",
"@skills17/task-config": "^3.0.1",
"express": "^4.17.1"
}
}
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