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

js2yaml

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js2yaml - npm Package Compare versions

Comparing version 2.2.0 to 4.0.0

3

index.js

@@ -7,2 +7,3 @@ #!/usr/bin/env node

const yaml = require("yaml");
const { globSync } = require("glob");

@@ -19,3 +20,3 @@ let js2yamlConfig;

const cache = {};
const watcher = chokidar.watch(config.watch);
const watcher = chokidar.watch(globSync(config.watch));
watcher.on("change", (path) => {

@@ -22,0 +23,0 @@ try {

{
"name": "js2yaml",
"description": "Create configurations with the power of Javascript and convert it to YAML.",
"version": "2.2.0",
"version": "4.0.0",
"license": "MIT",

@@ -21,5 +21,6 @@ "author": "Maik Jablonski <jablonski@neoskop.de> (https://www.neoskop.de)",

"dependencies": {
"chokidar": "3.6.0",
"yaml": "2.5.0"
"chokidar": "4.0.1",
"glob": "11.0.0",
"yaml": "2.5.1"
}
}
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