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

@architect/parser

Package Overview
Dependencies
Maintainers
7
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.1.5 to 1.1.6

src/_get-sections.js

6

index.js

@@ -1,4 +0,4 @@

let _parse = require('./_parse')
let _json = require('./_json')
let _yaml = require('./_yaml')
let _parse = require('./src/_parse')
let _json = require('./src/_json')
let _yaml = require('./src/_yaml')

@@ -5,0 +5,0 @@ // to remain backwards compat we augment _parse

{
"name": "@architect/parser",
"version": "1.1.5",
"description": "function that accepts .arc text and returns a plain JavaScript Object",
"version": "1.1.6",
"description": "Architect Parser accepts plaintext, JSON, or YAML .arc manifests and returns a plain JavaScript Object",
"main": "index.js",

@@ -14,6 +14,6 @@ "scripts": {

"devDependencies": {
"eslint": "^5.8.0",
"tap-spec": "^4.1.1",
"eslint": "^5.9.0",
"tap-spec": "^5.0.0",
"tape": "^4.6.3"
}
}
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