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

meta-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

meta-yaml - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

lib/MetaYaml.js

9

package.json
{
"name": "meta-yaml",
"version": "0.0.1",
"version": "0.1.0",
"description": "JSON Metafile generator for rsa-yaml",

@@ -13,8 +13,5 @@ "keywords": [

"dependencies": {
"argparse": "^0.1.15",
"glob": "^3.1.21",
"fs": "0.0.2"
"lodash": "~2.4.1"
},
"devDependencies": {
},
"devDependencies": {},
"repository": {

@@ -21,0 +18,0 @@ "type": "git",

@@ -13,2 +13,3 @@ meta-yaml

---
key1: 1

@@ -33,3 +34,3 @@ key2: 'val2'

myml = require('meta-yaml');
var json_out = myml.parse(fs.readFileSync("test-yml-file.yml", 'utf8'));
var json_out = myml.parse(fs.readFileSync("test-file.yml", 'utf8'));

@@ -36,0 +37,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