@burstjs/http
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "@burstjs/http", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Send commands to BURST over HTTP", | ||
@@ -39,3 +39,4 @@ "contributors": [ | ||
"tsc": "tsc", | ||
"doc": "./node_modules/.bin/esdoc" | ||
"doc": "./node_modules/.bin/esdoc", | ||
"readme": "jsdoc2md --files ./src/*.ts --template ./README.md.hbs --configure ../../jsdoc2md.json > ./README.md" | ||
}, | ||
@@ -50,3 +51,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "a48cabadd1f8d1edbc631ea9e78c072a4ff2af0f", | ||
"gitHead": "129b74183755608a5b47cd39f021adbe4ab2029f", | ||
"publishConfig": { | ||
@@ -53,0 +54,0 @@ "access": "public" |
@@ -14,5 +14,12 @@ { | ||
"include": [ | ||
"./src" | ||
"./src", | ||
"README.md" | ||
], | ||
"autogenerate-readme": { | ||
"srcFiles": [ | ||
"./src/**/*.ts" | ||
], | ||
"template": "./README.md.hbs" | ||
}, | ||
"extends": "../../tsconfig.json" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
50144
34
981
128
0