Socket
Socket
Sign inDemoInstall

@changesets/config

Package Overview
Dependencies
Maintainers
4
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@changesets/config - npm Package Compare versions

Comparing version 2.3.1 to 3.0.0

dist/changesets-config.cjs.d.mts

0

dist/declarations/src/index.d.ts

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

26

package.json
{
"name": "@changesets/config",
"version": "2.3.1",
"version": "3.0.0",
"description": "Utilities for reading and parsing Changeset's config",
"main": "dist/config.cjs.js",
"module": "dist/config.esm.js",
"main": "dist/changesets-config.cjs.js",
"module": "dist/changesets-config.esm.js",
"exports": {
".": {
"types": {
"import": "./dist/changesets-config.cjs.mjs",
"default": "./dist/changesets-config.cjs.js"
},
"module": "./dist/changesets-config.esm.js",
"import": "./dist/changesets-config.cjs.mjs",
"default": "./dist/changesets-config.cjs.js"
},
"./package.json": "./package.json"
},
"license": "MIT",

@@ -14,6 +26,6 @@ "repository": "https://github.com/changesets/changesets/tree/main/packages/config",

"dependencies": {
"@changesets/errors": "^0.1.4",
"@changesets/get-dependents-graph": "^1.3.6",
"@changesets/logger": "^0.0.5",
"@changesets/types": "^5.2.1",
"@changesets/errors": "^0.2.0",
"@changesets/get-dependents-graph": "^2.0.0",
"@changesets/logger": "^0.1.0",
"@changesets/types": "^6.0.0",
"@manypkg/get-packages": "^1.1.3",

@@ -20,0 +32,0 @@ "fs-extra": "^7.0.1",

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