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

yaml-ast-parser

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaml-ast-parser - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

27

package.json
{
"name": "yaml-ast-parser",
"version": "0.0.21",
"private": false,
"version": "0.0.22",
"main": "dist/index.js",
"scripts": {
"test-cov": " ./node_modules/.bin/istanbul cover _mocha tests/*Tests.js",
"typings-for-idea": "node ./tools/createDeclarations",
"build": "rm -rf dist/ && ./node_modules/typescript/bin/tsc ",
"build-browser": "./node_modules/.bin/webpack --entry ./src/browser.js --output-path ./browser --output-filename bundle.js --verbose --profile --display-modules "
"build": "rm -rf dist/ && ./node_modules/typescript/bin/tsc"
},

@@ -18,3 +14,3 @@ "dependencies": {

"type": "git",
"url": "https://github.com/mulesoft/yaml-ast-parser.git"
"url": "https://github.com/mulesoft-labs/yaml-ast-parser.git"
},

@@ -26,20 +22,11 @@ "keywords": [

],
"homepage": "https://github.com/mulesoft/yaml-ast-parser",
"homepage": "https://github.com/mulesoft-labs/yaml-ast-parser",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mulesoft/yaml-ast-parser/issues"
"url": "https://github.com/mulesoft-labs/yaml-ast-parser/issues"
},
"devDependencies": {
"chai": "^2.2.0",
"chai-as-promised": "^5.2.0",
"gulp": "^3.8.11",
"gulp-typedoc": "^1.2.1",
"istanbul": "^0.4.2",
"json-loader": "^0.5.1",
"mocha": "^2.2.1",
"typedoc": "^0.3.12",
"typescript": "1.8.7",
"typings": "^0.5.1",
"webpack": "^1.3.7"
"typings": "^0.5.1"
}
}
}
# yaml-ast-parser
This is a fork of JS-YAML which supports parsing of YAML into AST.

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