Socket
Socket
Sign inDemoInstall

between

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

between - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

5

index.js

@@ -98,2 +98,7 @@

//so that the api I expected works...
module.exports = function (a, b) {
return module.exports.between(a, b)
}
exports(null, module.exports)

2

package.json
{ "name": "between"
, "version": "0.0.1"
, "version": "0.1.0"
, "description": "generate arbitary strings that sort between two strings"

@@ -4,0 +4,0 @@ , "homepage": "http://github.com/dominictarr/between"

@@ -41,3 +41,3 @@ var u = require('../')

assertBetween('!', '~', 200, function (a, b) {
return u.between (a, b) + u.randstr(5)
return between (a, b) + u.randstr(5)
})

@@ -44,0 +44,0 @@

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