@bedrock/core
Advanced tools
Comparing version 5.1.0 to 5.1.1
# `@bedrock/core` ChangeLog | ||
## 5.1.1 - 2022-04-13 | ||
### Fixed | ||
- Fix imports. | ||
## 5.1.0 - 2022-04-13 | ||
@@ -4,0 +9,0 @@ |
/*! | ||
* 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.", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
3
160743
2447