Socket
Socket
Sign inDemoInstall

@changesets/cli

Package Overview
Dependencies
Maintainers
3
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@changesets/cli - npm Package Compare versions

Comparing version 2.23.1 to 2.23.2

2

dist/cli.cjs.dev.js

@@ -506,3 +506,3 @@ 'use strict';

});
const changePackagesName = changedPackages.map(pkg => pkg.packageJson.name).filter(pkgName => config.ignore.includes(pkgName));
const changePackagesName = changedPackages.map(pkg => pkg.packageJson.name).filter(pkgName => !config.ignore.includes(pkgName));
newChangeset = await createChangeset(changePackagesName, packages);

@@ -509,0 +509,0 @@ printConfirmationMessage(newChangeset, packages.length > 1);

@@ -292,3 +292,3 @@ "use strict";

ref: config.baseBranch
})).map((pkg => pkg.packageJson.name)).filter((pkgName => config.ignore.includes(pkgName)));
})).map((pkg => pkg.packageJson.name)).filter((pkgName => !config.ignore.includes(pkgName)));
newChangeset = await createChangeset(changePackagesName, packages), printConfirmationMessage(newChangeset, packages.length > 1),

@@ -295,0 +295,0 @@ newChangeset.confirmed || (newChangeset = _objectSpread2(_objectSpread2({}, newChangeset), {}, {

@@ -483,3 +483,3 @@ import meow from 'meow';

});
const changePackagesName = changedPackages.map(pkg => pkg.packageJson.name).filter(pkgName => config.ignore.includes(pkgName));
const changePackagesName = changedPackages.map(pkg => pkg.packageJson.name).filter(pkgName => !config.ignore.includes(pkgName));
newChangeset = await createChangeset(changePackagesName, packages);

@@ -486,0 +486,0 @@ printConfirmationMessage(newChangeset, packages.length > 1);

{
"name": "@changesets/cli",
"version": "2.23.1",
"version": "2.23.2",
"description": "Organise your package versioning and publishing to make both contributors and maintainers happy",

@@ -5,0 +5,0 @@ "bin": {

Sorry, the diff of this file is too big to display

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