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

@changesets/read

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@changesets/read - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

README.md

13

CHANGELOG.md
# @changesets/read
## 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, 0320391, 1ff73b7]:
- @changesets/git@0.2.1
- @changesets/parse@0.2.1
- @changesets/types@0.3.0
## 0.2.0

@@ -4,0 +17,0 @@

10

package.json
{
"name": "@changesets/read",
"version": "0.2.0",
"version": "0.2.1",
"description": "Read changesets from disc, and return the information as JSON",

@@ -11,6 +11,6 @@ "main": "dist/read.cjs.js",

"@babel/runtime": "^7.4.4",
"fs-extra": "^7.0.1",
"@changesets/parse": "^0.2.0",
"@changesets/types": "^0.2.0",
"@changesets/git": "^0.2.0"
"@changesets/git": "^0.2.1",
"@changesets/parse": "^0.2.1",
"@changesets/types": "^0.3.0",
"fs-extra": "^7.0.1"
},

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