Socket
Socket
Sign inDemoInstall

@stoplight/yaml

Package Overview
Dependencies
Maintainers
7
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/yaml - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

index.js
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./parseWithPointers"));
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./parseWithPointers"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@stoplight/yaml",
"version": "1.0.0",
"version": "1.0.1",
"description": "Useful functions when working with YAML.",

@@ -28,7 +28,7 @@ "keywords": [

"dependencies": {
"@stoplight/types": "1.2.2",
"@stoplight/types": "2.0.0",
"lodash": "4.x.x",
"yaml-ast-parser": "0.0.41"
"yaml-ast-parser": "0.0.43"
},
"typings": "index.d.ts"
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const yaml_ast_parser_1 = require("yaml-ast-parser");
const get = require('lodash/get');
const get = require("lodash/get");
exports.parseWithPointers = (value, opts = {}) => {

@@ -6,0 +6,0 @@ const parsed = {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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