
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
dscape-mind-explosion-database
Advanced tools
<dscape> ideally i would want
<dscape> range(function (doc) { return 'athlete:u17:w:100dash' }, {type: 'string', collation: 'base'})
<dscape> and then just query that by whatever i called it :)
<mikeal> yeah, you could have that, but better
<dscape> range.query('athlete:u17:w:100dash') // sorted list, accounting for dups
<mikeal> dude, use arrays
<mikeal> :)
<mikeal> seriously, you're going to get them stuck in string slice hell
<dscape> is there anything like this?
<mikeal> it's like 10 lines of code
<mikeal> lemme write this for you real quick
<dscape> i can see that - you are right
<dscape> i just want them to understand what they are programing
var index = require('./')('./testindex')
, assert = require('assert')
;
index.put(['name', 0], 1, function (e) {
if (e) throw e
index.put(['name', 1, 8], 1, function (e) {
if (e) throw e
index.query(['name'], [{}], function (e, results) {
if (e) throw e
assert.equal(2, results.length)
console.log('works!')
process.exit()
})
})
})
FAQs
DATABASE FOR DSCAPE TO TEACH CHILDREN!
The npm package dscape-mind-explosion-database receives a total of 2 weekly downloads. As such, dscape-mind-explosion-database popularity was classified as not popular.
We found that dscape-mind-explosion-database demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.