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 1.0.5 to 1.0.6

2

_remove-comments.js

@@ -5,3 +5,3 @@ /**

module.exports = function removeComments(text) {
return text.trim().replace(/\#.*/g, '').trim()
return text.trim().replace(/\#.*/g, '').replace(/ \n/g, '').trim()
}
{
"name": "@architect/parser",
"version": "1.0.5",
"version": "1.0.6",
"description": "function that accepts .arc text and returns a plain JavaScript Object",

@@ -5,0 +5,0 @@ "main": "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