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

@architect/parser

Package Overview
Dependencies
Maintainers
6
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architect/parser - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

4

changelog.md

@@ -5,7 +5,7 @@ # Architect Parser changelog

## [4.0.0] 2021-07-22
## [4.0.0 - 4.0.1] 2021-07-22
### Changed
- Breaking change: removed support for Node.js 10.x (now EOL, and no longer available to created in AWS Lambda)
- Breaking change: removed support for Node.js 10.x (now EOL, and no longer available to created in AWS Lambda) and Node.js 12.x and Node.js 12.x
- Updated dependencies

@@ -12,0 +12,0 @@ - Updated vendored dependencies (`js-yaml`, `toml`)

{
"name": "@architect/parser",
"version": "4.0.0",
"version": "4.0.1",
"description": "Architect Parser accepts plaintext, JSON, or YAML .arc manifests and returns a plain JavaScript Object",

@@ -21,3 +21,3 @@ "main": "./src/index.js",

"engines": {
"node": ">=12"
"node": ">=14"
},

@@ -43,3 +43,3 @@ "repository": {

"tap-spec": "^5.0.0",
"tape": "~5.2.2",
"tape": "~5.3.0",
"terser": "~5.7.1",

@@ -46,0 +46,0 @@ "toml": "~3.0.0"

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