Socket
Socket
Sign inDemoInstall

get-workspaces

Package Overview
Dependencies
115
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.10 to 1.0.11

dist/get-workspaces.cjs.d.mts

7

CHANGELOG.md
# get-workspaces
## 1.0.11
### Patch Changes
- Updated dependencies [[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a)]:
- @changesets/types@6.0.0
## 1.0.10

@@ -4,0 +11,0 @@

0

dist/declarations/src/index.d.ts
export {};
export * from "./declarations/src/index";
//# sourceMappingURL=get-workspaces.cjs.d.ts.map

7

dist/get-workspaces.cjs.js
'use strict';
if (process.env.NODE_ENV === "production") {
module.exports = require("./get-workspaces.cjs.prod.js");
} else {
module.exports = require("./get-workspaces.cjs.dev.js");
}
// to make ts not complain
throw new Error("get-workspaces has been replaced by @manypkg/get-packages, please use that package instead.");
{
"name": "get-workspaces",
"version": "1.0.10",
"version": "1.0.11",
"description": "Get workspaces for yarn workspaces, bolt workspaces, or the root package for building repo-agnostic tools",
"main": "dist/get-workspaces.cjs.js",
"module": "dist/get-workspaces.esm.js",
"exports": {
".": {
"types": {
"import": "./dist/get-workspaces.cjs.mjs",
"default": "./dist/get-workspaces.cjs.js"
},
"module": "./dist/get-workspaces.esm.js",
"import": "./dist/get-workspaces.cjs.mjs",
"default": "./dist/get-workspaces.cjs.js"
},
"./package.json": "./package.json"
},
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/main/packages/get-workspaces",
"dependencies": {
"@changesets/types": "^5.2.1",
"@changesets/types": "^6.0.0",
"fs-extra": "^7.0.1",

@@ -12,0 +24,0 @@ "globby": "^9.2.0",

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