Socket
Socket
Sign inDemoInstall

bomb

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bomb - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

8

package.json
{
"name": "bomb",
"version": "1.0.0",
"version": "1.1.0",
"description": "A cache busting middleware for express",

@@ -14,3 +14,3 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/mtharrison/busta.git"
"url": "https://github.com/mtharrison/bomb.git"
},

@@ -20,5 +20,5 @@ "author": "Matt Harrison <hi@matt-harrison.com>",

"bugs": {
"url": "https://github.com/mtharrison/busta/issues"
"url": "https://github.com/mtharrison/bomb/issues"
},
"homepage": "https://github.com/mtharrison/busta",
"homepage": "https://github.com/mtharrison/bomb",
"devDependencies": {

@@ -25,0 +25,0 @@ "express": "^4.12.3"

@@ -1,2 +0,2 @@

# busta
# bomb
A cache busting middleware for express.

@@ -8,2 +8,6 @@

###Install
`npm install --save bomb`
###Example

@@ -21,6 +25,6 @@

We can create a new busta box and use it as a middleware:
We can create a new bomb box and use it as a middleware:
var Express = require('express');
var Busta = require('busta');
var Bomb = require('bomb');
var Path = require('path');

@@ -30,3 +34,3 @@

var box = new Busta.Box({
var box = new Bomb.Box({
url: '/public', // use this as the URL root

@@ -33,0 +37,0 @@ path: Path.join(__dirname, 'public'), // look in this directory for files

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