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

@stoplight/yaml

Package Overview
Dependencies
Maintainers
12
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 2.5.0 to 2.5.1

8

package.json
{
"name": "@stoplight/yaml",
"version": "2.5.0",
"version": "2.5.1",
"description": "Useful functions when working with YAML.",

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

"dependencies": {
"@stoplight/types": "9.0.2",
"lodash": "4.x.x",
"yaml-ast-parser": "0.0.43"
"@stoplight/types": "^9.0.2",
"lodash": "^4.17.5",
"yaml-ast-parser": "~0.0.43"
},
"typings": "index.d.ts"
}

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

import { SchemaDefinition } from 'js-yaml';
export interface IDumpOptions {
indent?: number;
skipInvalid?: boolean;
flowLevel?: number;
styles?: {
[x: string]: any;
};
schema?: SchemaDefinition;
}
export declare const safeStringify: (value: any, options?: IDumpOptions | undefined) => string;
import { DumpOptions } from 'js-yaml';
export declare const safeStringify: (value: any, options?: DumpOptions | undefined) => string;

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