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

yaml-unist-parser

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaml-unist-parser - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="1.1.1"></a>
## [1.1.1](https://github.com/ikatyang/yaml-unist-parser/compare/v1.1.0...v1.1.1) (2019-10-09)
### Bug Fixes
* **deps:** update dependency `tslib` to 1.10.0 ([#227](https://github.com/ikatyang/yaml-unist-parser/issues/227)) ([6f88029](https://github.com/ikatyang/yaml-unist-parser/commit/6f88029))
<a name="1.1.0"></a>

@@ -7,0 +17,0 @@ # [1.1.0](https://github.com/ikatyang/yaml-unist-parser/compare/v1.0.1...v1.1.0) (2019-10-08)

4

package.json
{
"name": "yaml-unist-parser",
"version": "1.1.0",
"version": "1.1.1",
"description": "A YAML parser that produces output compatible with unist",

@@ -30,3 +30,3 @@ "keywords": [

"lines-and-columns": "^1.1.6",
"tslib": "^1.9.1",
"tslib": "^1.10.0",
"yaml": "^1.7.1"

@@ -33,0 +33,0 @@ },

@@ -21,6 +21,6 @@ # yaml-unist-parser

# using npm
npm install --save yaml-unist-parser yaml
npm install --save yaml-unist-parser
# using yarn
yarn add yaml-unist-parser yaml
yarn add yaml-unist-parser
```

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