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

server-reach-by-image

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

server-reach-by-image - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

dist/.gitkeep

12

package.json
{
"name": "server-reach-by-image",
"version": "1.0.6",
"version": "1.0.7",
"description": "Check can you reach a specific server (address or ip) by using image hosted on that server.",

@@ -9,5 +9,8 @@ "main": "dist/server-reach-by-image.min.js",

"release": "np --yolo",
"pretest": "npm run build",
"test": "jest",
"lint": "eslint .",
"build": "bili"
"build": "npm run clean:dist && bili",
"clean:dist": "del-cli dist/* !dist/.gitkeep",
"prepublish": "npm run build"
},

@@ -30,7 +33,4 @@ "repository": {

"devDependencies": {
"babel-jest": "^23.0.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-3": "^6.24.1",
"bili": "^3.1.2",
"del-cli": "^1.1.0",
"eslint": "^4.19.1",

@@ -37,0 +37,0 @@ "eslint-config-semistandard": "^12.0.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