Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

occamsrazor

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

occamsrazor - npm Package Compare versions

Comparing version 9.1.4 to 9.1.5

3

history.txt
Changelog
9.1.4 (2018/10/17)
9.1.5 (2018/10/17)
==================
- now using stable sort on registry. That makes output more predictable
- fixing test error

@@ -7,0 +8,0 @@ 9.1.3 (2018/02/27)

{
"name": "occamsrazor",
"version": "9.1.4",
"version": "9.1.5",
"description": "A plugin system for Javascript",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -83,3 +83,3 @@ /* eslint-env node, mocha */

it('triggers all handlers', function () {
it('triggers all handlers', function (done) {
var adapter = occamsrazor()

@@ -97,5 +97,6 @@ adapter.on(isNumber, function (n) {

assert.equal(err, null)
assert.deepEqual(res, [12, 4, 13, 9])
assert.deepEqual(res, [4, 12, 9, 13])
done()
})
})
})
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