cloudelements-petit
Advanced tools
+3
-2
@@ -1,3 +0,4 @@ | ||
| FROM nodesource/node:4.2.1 | ||
| FROM node:8 | ||
| WORKDIR /tmp | ||
| ADD package.json package.json | ||
@@ -8,3 +9,3 @@ ADD src src | ||
| RUN npm install | ||
| RUN npm install --only=dev --ignore-scripts | ||
| # RUN npm install --only=dev --ignore-scripts | ||
| RUN node setup.js | ||
@@ -11,0 +12,0 @@ RUN node lib/server/petit-server-bin.js init |
+1
-1
| { | ||
| "name": "cloudelements-petit", | ||
| "version": "0.6.12", | ||
| "version": "0.6.13", | ||
| "description": "A Cloud Elements http proxy, named after Phillipe Petit", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.