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

bedrock

Package Overview
Dependencies
Maintainers
5
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bedrock - npm Package Versions

1
7

1.12.1

Diff

Changelog

Source

1.12.1 - 2018-05-10

Changed

  • Update async-node-events to 1.0.0.
dlongley
published 1.12.0 •

Changelog

Source

1.12.0 - 2018-05-08

Added

  • Return Promise from events.emit and events.emitLater that resolves to undefined once the event has been emitted to all listeners or to false if it was canceled.
dlongley
published 1.11.0 •

Changelog

Source

1.11.0 - 2018-05-08

Added

  • Add util.callbackify helper to produce functions that can be called with a callback function or that will return a Promise if the callback function is omitted. This utility function is used in bedrock modules that are written using Promises internally and that expose Promise-based public APIs that also support legacy callback patterns.
mattcollier
published 1.10.0 •

Changelog

Source

1.10.0 - 2018-04-06

Added

  • --log-exclude option to eliminate logging from certain modules.
davidlehn
published 1.9.2 •

Changelog

Source

1.9.2 - 2018-03-28

Changed

  • Update to newer worker API.
  • Improve errors in runOnce calls.
  • Use logger to handle uncaught error formatting.
davidlehn
published 1.9.1 •

Changelog

Source

1.9.1 - 2018-03-07

Changed

  • Update from istanbul to nyc for coverage.
davidlehn
published 1.9.0 •

Changelog

Source

1.9.0 - 2018-03-01

Changed

  • Update jsonld to 1.0.0.
davidlehn
published 1.8.0 •

Changelog

Source

1.8.0 - 2018-02-13

Changed

  • Update jsonld to 0.5.x.
  • Update many other dependencies.

Added

  • --log-only option to log only certain modules.
mattcollier
published 1.7.1 •

Changelog

Source

1.7.1 - 2017-11-13

Fixed

  • Update mocha dependency which addresses multiple security vulnerabilities.
mattcollier
published 1.7.0 •

Changelog

Source

1.7.0 - 2017-08-10

Added

  • Add assertNoError(err) global test helper which makes an assertion that err should be falsy. If an error does occur, the full error will be logged to the console. The additional logging is helpful when troubleshooting tests that are failing due to a regression. This helper should be used in place of the commonly used should.not.exist(err) assertion.
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