New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mroz/js-yaml

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mroz/js-yaml - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

31

package.json
{
"name": "@mroz/js-yaml",
"version": "4.1.0",
"version": "4.1.1",
"description": "YAML 1.2 parser and serializer",

@@ -31,11 +31,2 @@ "author": "Vladimir Zapparov <dervus.grim@gmail.com>",

},
"scripts": {
"lint": "eslint .",
"test": "npm run lint && mocha",
"coverage": "npm run lint && nyc mocha && nyc report --reporter html",
"demo": "npm run lint && node support/build_demo.js",
"gh-demo": "npm run demo && gh-pages -d demo -f",
"browserify": "rollup -c support/rollup.config.mjs",
"publish": "clean-publish"
},
"unpkg": "dist/js-yaml.cjs",

@@ -45,23 +36,3 @@ "jsdelivr": "dist/js-yaml.cjs",

"@types/js-yaml": "^4.0.9"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"ansi": "^0.3.1",
"benchmark": "^2.1.4",
"clean-publish": "^4.2.0",
"codemirror": "^5.13.4",
"esbuild": "^0.19.9",
"eslint": "^7.32.0",
"fast-check": "^2.8.0",
"gh-pages": "^3.1.0",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"publint": "^0.2.6",
"rollup": "^4.9.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-esbuild": "^6.1.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"shelljs": "^0.8.4"
}
}
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