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

@burstjs/http

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@burstjs/http - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

README.md.hbs

7

package.json
{
"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"
}
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