Socket
Socket
Sign inDemoInstall

bankai

Package Overview
Dependencies
253
Maintainers
3
Versions
114
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

5

package.json
{
"name": "bankai",
"version": "1.0.1",
"description": "DIY development server",
"version": "1.0.2",
"description": "DIY asset server",
"main": "index.js",

@@ -16,2 +16,3 @@ "scripts": {

"development",
"asset",
"browserify",

@@ -18,0 +19,0 @@ "sheetify",

4

README.md

@@ -5,3 +5,3 @@ # bankai [![stability][0]][1]

DIY development server. Serves HTML, CSS and JS as streams. Sets proper
DIY asset server. Serves HTML, CSS and JS as streams. Sets proper
`Content-Type` encodings and buffers where possible for sub-milisecond response

@@ -18,4 +18,4 @@ times in production and development.

const sheetify = require('sheetify/stream')
const browserify = require('browserify')
const wayfarer = require('wayfarer')
const browserify = require('browserify')
const bankai = require('bankai')

@@ -22,0 +22,0 @@ const http = require('http')

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc