Socket
Socket
Sign inDemoInstall

buster-coffee

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buster-coffee - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

11

package.json
{
"name": "buster-coffee",
"version": "0.1.5",
"version": "0.1.6",
"description": "Buster.JS extension: Automatically compile CoffeeScript files before running tests",

@@ -15,2 +15,3 @@ "homepage": "https://github.com/busterjs/buster-coffee",

},
"license": "BSD-2-Clause",
"main": "lib/buster-coffee.js",

@@ -22,8 +23,8 @@ "scripts": {

"dependencies": {
"coffee-script": ""
"coffee-script": "*"
},
"devDependencies": {
"buster": "",
"buster-resources": "",
"buster-lint": ""
"buster": "*",
"buster-resources": "*",
"buster-lint": "*"
},

@@ -30,0 +31,0 @@ "optionalDependencies": {},

@@ -55,2 +55,6 @@ # buster-coffee

### 0.1.6 (2015-07-15)
- Add license declaration to package.json.
### 0.1.5 (2014-09-11)

@@ -57,0 +61,0 @@

@@ -84,2 +84,9 @@ var buster = require("buster");

// Override any mimetype definitions for coffee files to have the test
// work with newer versions of the mime package too.
var mime = require(
"../node_modules/buster-resources/node_modules/mime"
);
mime.define({"application/x-foo": ["coffee"]});
this.resourceSet.addResource({

@@ -86,0 +93,0 @@ path: "/more.coffee",

Sorry, the diff of this file is not supported yet

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