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.1.0 to 2.1.1-RC.0

2

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

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

{
"definitions": {
"name": {
"strictName": {
"type": "string",
"pattern": "^[a-z][a-z|\\-|0-9]+$"
"pattern": "^[a-z][a-z0-9\\-]+$"
},
"looseName": {
"type": "string",
"pattern": "^[a-z][a-zA-Z0-9\\-_]+$"
},
"macros": {
"type": "string",
"pattern": "^[a-z][a-zA-Z0-9\\-_/.]+$"
},
"region": {

@@ -34,3 +42,3 @@ "type": "string",

"propertyNames": {
"pattern": "^[a-z][a-z|\\-|0-9]+$"
"pattern": "^[a-z][a-z|0-9|\\-]+$"
},

@@ -73,5 +81,4 @@ "minProperties": 1,

"maxItems": 1,
"pattern": "^[a-z][a-z|\\-|0-9]+$",
"items": {
"$ref": "#/definitions/name"
"$ref": "#/definitions/looseName"
}

@@ -186,3 +193,3 @@ },

"items": {
"$ref": "#/definitions/name"
"$ref": "#/definitions/strictName"
}

@@ -204,7 +211,22 @@ },

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

@@ -235,3 +257,3 @@ "items": [

"items": {
"$ref": "#/definitions/name"
"$ref": "#/definitions/strictName"
}

@@ -245,3 +267,3 @@ },

"items": {
"$ref": "#/definitions/name"
"$ref": "#/definitions/strictName"
}

@@ -255,3 +277,3 @@ },

"items": {
"$ref": "#/definitions/name"
"$ref": "#/definitions/macros"
}

@@ -258,0 +280,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