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

@bedrock/core

Package Overview
Dependencies
Maintainers
5
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bedrock/core - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

5

CHANGELOG.md
# `@bedrock/core` ChangeLog
## 5.1.1 - 2022-04-13
### Fixed
- Fix imports.
## 5.1.0 - 2022-04-13

@@ -4,0 +9,0 @@

6

lib/events.js
/*!
* Copyright (c) 2012-2021 Digital Bazaar, Inc. All rights reserved.
* Copyright (c) 2012-2022 Digital Bazaar, Inc. All rights reserved.
*/
import {createRequire} from 'module';
const require = createRequire(import.meta.url);
const {EventEmitter} = require('async-node-events');
import {EventEmitter} from '@digitalbazaar/async-node-events';

@@ -8,0 +6,0 @@ const emitter = new EventEmitter();

{
"name": "@bedrock/core",
"version": "5.1.0",
"version": "5.1.1",
"type": "module",

@@ -5,0 +5,0 @@ "description": "A core foundation for rich Web applications.",

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