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

@architect/parser

Package Overview
Dependencies
Maintainers
4
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 2.3.0-RC.0 to 2.3.0-RC.1

5

arc-schema.json

@@ -272,2 +272,6 @@ {

"properties": {
"any": {
"type": "string",
"pattern": "^[a-zA-Z0-9\\/\\-:\\._\\*]+$"
},
"get": {

@@ -298,2 +302,3 @@ "type": "string",

"enum": [
"any",
"get",

@@ -300,0 +305,0 @@ "post",

1

changelog.md

@@ -11,2 +11,3 @@ # Architect Parser changelog

- Add support for `@http` catchall syntax (e.g. `get /api/*`)
- Add support for `@http` `any` method syntax (e.g. `any /path`)

@@ -13,0 +14,0 @@ ---

2

package.json
{
"name": "@architect/parser",
"version": "2.3.0-RC.0",
"version": "2.3.0-RC.1",
"description": "Architect Parser accepts plaintext, JSON, or YAML .arc manifests and returns a plain JavaScript Object",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

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