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

@architect/parser

Package Overview
Dependencies
Maintainers
5
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 3.0.0 to 3.0.1

13

changelog.md

@@ -5,2 +5,15 @@ # Architect Parser changelog

## [3.0.1] 2020-12-02
### Added
- Added i18n support for non-ascii string chars
### Fixed
- Fixed missing tilde from supported string chars
---
## [3.0.0] 2020-11-20

@@ -7,0 +20,0 @@

4

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

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

"@architect/eslint-config": "1.0.0",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0",

@@ -31,0 +31,0 @@ "assert-diff": "~3.0.1",

@@ -57,3 +57,3 @@ // we-like-strings-LikeThisOne_or_2

*/
const STRING = /(\()|(\))|(\/)|([a-zA-Z0-9])|(-)|(\_)|(\.)|(\,)|(\:)|(\$)|(\*)|(\?)|(\&)|(\!)|(\%)|(\=)|(\+)|(\|)|(\^)|(\`)|(\')|(\")/
const STRING = /(\()|(\))|(\/)|(\w)|(\~)|(-)|(\_)|(\.)|(\,)|(\:)|(\$)|(\*)|(\?)|(\&)|(\!)|(\%)|(\=)|(\+)|(\|)|(\^)|(\`)|(\')|(\")/

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