New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.1 to 5.0.2

6

CHANGELOG.md
# `@bedrock/core` ChangeLog
## 5.0.2 - 2022-03-31
### Fixed
- Fix `package.json` to reflect node 14.x requirement.
## 5.0.1 - 2022-03-31

@@ -14,2 +19,3 @@

- **BREAKING**: Remove default export.
- **BREAKING**: Require node 14.x.

@@ -16,0 +22,0 @@ ## 4.5.0 - 2022-03-22

4

package.json
{
"name": "@bedrock/core",
"version": "5.0.1",
"version": "5.0.2",
"type": "module",

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

"engines": {
"node": ">=10.12.0"
"node": ">=14"
},
"main": "./lib/index.js"
}

Sorry, the diff of this file is not supported yet

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