New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

brocabulary

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brocabulary - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

7

package.json
{
"name": "brocabulary",
"version": "0.1.0",
"version": "0.1.1",
"description": "Expand your brocabulary",
"main": "index.js",
"scripts": {
"test": "expresso"
"test": "node test/brocabulary.js"
},

@@ -13,4 +13,5 @@ "repository": "git://github.com/dstokes/brocabulary.git",

"dependencies": {
"listenshtein": "0.0.0"
"listenshtein": "0.0.0",
"tape": "~2.3.2"
}
}

@@ -1,5 +0,6 @@

var assert = require('assert')
var test = require('tape')
, assert = require('assert')
, brocabulary = require('../');
exports.brocabulary = function() {
test('broifys strings', function(t) {
var to = setTimeout(function () {

@@ -12,5 +13,5 @@ assert.fail('never finished');

assert.ok(b.random().length);
console.log(b.broify('tuxedo'));
assert(b.broify('tuxedo') === 'Tuxedbro');
t.end();
});
};
});

Sorry, the diff of this file is not supported yet

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