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

@appscode/json2yaml

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appscode/json2yaml - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

.npmignore

2

index.js

@@ -1,2 +0,2 @@

var Escaper = require('./lib/Escaper');
var Escaper = require('yamljs/lib/Escaper');
var spacing = " ";

@@ -3,0 +3,0 @@

{
"name": "@appscode/json2yaml",
"version": "0.1.1",
"version": "0.1.2",
"description": "Javascript JSON to YAML converter",

@@ -9,3 +9,5 @@ "main": "index.js",

},
"dependencies": {},
"dependencies": {
"yamljs": "^0.2.10"
},
"devDependencies": {},

@@ -12,0 +14,0 @@ "scripts": {

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