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

@changesets/parse

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@changesets/parse - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

README.md

11

CHANGELOG.md
# @changesets/parse
## 0.2.1
### Patch Changes
- [8c43fa0](https://github.com/atlassian/changesets/commit/8c43fa061e2a5a01e4f32504ed351d261761c8dc) [#155](https://github.com/atlassian/changesets/pull/155) Thanks [@Noviny](https://github.com/Noviny)! - Add Readme
* [0320391](https://github.com/atlassian/changesets/commit/0320391699a73621d0e51ce031062a06cbdefadc) [#163](https://github.com/atlassian/changesets/pull/163) Thanks [@Noviny](https://github.com/Noviny)! - Reordered dependencies in the package json (this should have no impact)
* Updated dependencies [8c43fa0, 1ff73b7]:
- @changesets/types@0.3.0
## 0.2.0

@@ -4,0 +15,0 @@

6

package.json
{
"name": "@changesets/parse",
"version": "0.2.0",
"version": "0.2.1",
"description": "Parse a changeset file's contents into a usable json object",

@@ -10,4 +10,4 @@ "main": "dist/parse.cjs.js",

"dependencies": {
"js-yaml": "^3.13.1",
"@changesets/types": "^0.2.0"
"@changesets/types": "^0.3.0",
"js-yaml": "^3.13.1"
},

@@ -14,0 +14,0 @@ "devDependencies": {

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