Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "mockend", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "mock", | ||
@@ -10,2 +10,3 @@ "keywords": [ | ||
"main": "index.js", | ||
"bin": "cli.js", | ||
"repository": { | ||
@@ -20,2 +21,3 @@ "type": "git", | ||
"dependencies": { | ||
"@mockend/rand-port": "^1.1.0", | ||
"express": "^4.17.1" | ||
@@ -29,4 +31,3 @@ }, | ||
"node": "10" | ||
}, | ||
"gitHead": "5a2f50e044e2630469bd5c173b50fcbd9b816bae" | ||
} | ||
} |
# Usage | ||
Command line | ||
``` | ||
mockend | ||
``` | ||
Module | ||
``` | ||
const server = require("mockend"); | ||
@@ -5,0 +13,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
47
31
0
2022
2
+ Added@mockend/rand-port@^1.1.0
+ Added@mockend/rand-port@1.2.1(transitive)
+ Addedlodash.random@3.2.0(transitive)