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

bankai

Package Overview
Dependencies
Maintainers
3
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bankai - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

index.js

@@ -8,2 +8,3 @@ const watchifyRequest = require('watchify-request')

const xtend = require('xtend')
const path = require('path')
const bl = require('bl')

@@ -34,3 +35,4 @@

opts = opts || {}
const defaultOpts = { basedir: __dirname }
src = path.resolve(src)
const defaultOpts = { basedir: path.dirname(src) }
opts = xtend(defaultOpts, opts)

@@ -37,0 +39,0 @@

{
"name": "bankai",
"version": "1.0.2",
"version": "1.0.3",
"description": "DIY asset server",

@@ -5,0 +5,0 @@ "main": "index.js",

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