Socket
Socket
Sign inDemoInstall

@changesets/types

Package Overview
Dependencies
0
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.1 to 4.0.2

6

CHANGELOG.md
# @changesets/types
## 4.0.2
### Patch Changes
- [#668](https://github.com/atlassian/changesets/pull/668) [`9a993ba`](https://github.com/atlassian/changesets/commit/9a993ba09629c1620d749432520470cec49d3a96) Thanks [@marcodejongh](https://github.com/marcodejongh)! - Add `resolutions` to the `PackageJSON` type.
## 4.0.1

@@ -4,0 +10,0 @@

3

dist/declarations/src/index.d.ts

@@ -43,2 +43,5 @@ declare const DEPENDENCY_TYPES: readonly ["dependencies", "devDependencies", "peerDependencies", "optionalDependencies"];

};
resolutions?: {
[key: string]: string;
};
private?: boolean;

@@ -45,0 +48,0 @@ publishConfig?: {

2

package.json
{
"name": "@changesets/types",
"version": "4.0.1",
"version": "4.0.2",
"description": "Common types shared between changeset packages",

@@ -5,0 +5,0 @@ "main": "dist/types.cjs.js",

@@ -50,2 +50,3 @@ // NB: Bolt check uses a different dependnecy set to every other package.

optionalDependencies?: { [key: string]: string };
resolutions?: { [key: string]: string };
private?: boolean;

@@ -52,0 +53,0 @@ publishConfig?: {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc