Socket
Socket
Sign inDemoInstall

@changesets/git

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@changesets/git - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

dist/changesets-git.cjs.d.mts

12

CHANGELOG.md
# @changesets/git
## 3.0.0
### Major Changes
- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package.
### Patch Changes
- Updated dependencies [[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a)]:
- @changesets/errors@0.2.0
- @changesets/types@6.0.0
## 2.0.0

@@ -4,0 +16,0 @@

0

dist/declarations/src/index.d.ts

@@ -0,0 +0,0 @@ import { Package } from "@manypkg/get-packages";

22

package.json
{
"name": "@changesets/git",
"version": "2.0.0",
"version": "3.0.0",
"description": "Some git helpers that changesets use to get information",
"main": "dist/git.cjs.js",
"module": "dist/git.esm.js",
"main": "dist/changesets-git.cjs.js",
"module": "dist/changesets-git.esm.js",
"exports": {
".": {
"types": {
"import": "./dist/changesets-git.cjs.mjs",
"default": "./dist/changesets-git.cjs.js"
},
"module": "./dist/changesets-git.esm.js",
"import": "./dist/changesets-git.cjs.mjs",
"default": "./dist/changesets-git.cjs.js"
},
"./package.json": "./package.json"
},
"license": "MIT",

@@ -11,4 +23,4 @@ "repository": "https://github.com/changesets/changesets/tree/main/packages/git",

"@babel/runtime": "^7.20.1",
"@changesets/errors": "^0.1.4",
"@changesets/types": "^5.2.1",
"@changesets/errors": "^0.2.0",
"@changesets/types": "^6.0.0",
"@manypkg/get-packages": "^1.1.3",

@@ -15,0 +27,0 @@ "is-subdir": "^1.1.1",

@@ -1,8 +0,7 @@

# @changests/git
# @changesets/git
[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@changesets/git)
A collection of helper functions used internally in changesets to
make git operations easier.
A collection of helper functions used internally in changesets to make git operations easier.
Published documentation is likely to remain sparse.
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