@stoplight/yaml
Advanced tools
Comparing version 2.5.0 to 2.5.1
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43178
418
+ Added@stoplight/types@9.1.2(transitive)
+ Added@types/json-schema@7.0.15(transitive)
- Removed@stoplight/types@9.0.2(transitive)
Updated@stoplight/types@^9.0.2
Updatedlodash@^4.17.5
Updatedyaml-ast-parser@~0.0.43