@architect/parser
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68640
4