Socket
Socket
Sign inDemoInstall

yaml

Package Overview
Dependencies
Maintainers
3
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaml - npm Package Compare versions

Comparing version 0.3.0 to 1.0.0-beta.1

dist/Document.js

63

package.json
{
"name": "yaml",
"version": "0.3.0",
"description": "Yaml parser",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"maintainers": [
"Joshua Boy Nicolai Appelman <joshua@jbna.nl> (jbna.nl)"
"version": "1.0.0-beta.1",
"main": "dist/index.js",
"license": "ISC",
"author": "Eemeli Aro <eemeli@gmail.com>",
"repository": "github:eemeli/yaml",
"description": "JavaScript parser and stringifier for YAML 1.2",
"keywords": [
"YAML",
"parser",
"stringifier"
],
"main": "./lib/yaml.js",
"repository": "tj/js-yaml",
"license": "MIT"
"homepage": "https://github.com/eemeli/yaml#readme",
"files": [
"dist/"
],
"scripts": {
"build": "babel src/ --out-dir dist/",
"test": "TRACE_LEVEL=log jest",
"test:trace": "TRACE_LEVEL=trace,log jest --no-cache",
"preversion": "npm test && npm run build",
"version": "git commit -am \"Update version\" && git add -f dist/",
"postversion": "git reset --hard HEAD^",
"prepublishOnly": "npm test && npm run build"
},
"babel": {
"presets": [
"@babel/env",
"@babel/stage-3"
],
"plugins": [
[
"trace",
{
"strip": true
}
]
]
},
"jest": {
"testPathIgnorePatterns": [
"__tests__/common"
]
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.37",
"@babel/core": "^7.0.0-beta.37",
"@babel/preset-env": "^7.0.0-beta.37",
"@babel/preset-stage-3": "^7.0.0-beta.37",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^22.0.6",
"babel-plugin-trace": "eemeli/babel-plugin-trace#babel7-build",
"jest": "^22.0.6"
},
"dependencies": {
"raw-yaml": "^0.2.3"
}
}
.gitmodules
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