Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

workspace-tools

Package Overview
Dependencies
Maintainers
2
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workspace-tools - npm Package Compare versions

Comparing version 0.9.5 to 0.9.6

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Thu, 10 Sep 2020 23:36:17 GMT",
"date": "Thu, 10 Sep 2020 23:43:48 GMT",
"tag": "workspace-tools_v0.9.6",
"version": "0.9.6",
"comments": {
"patch": [
{
"comment": "no more requires",
"author": "kchau@microsoft.com",
"commit": "b44eadeecc056d2130c329334166346fbb4d65b7",
"package": "workspace-tools"
}
]
}
},
{
"date": "Thu, 10 Sep 2020 23:36:23 GMT",
"tag": "workspace-tools_v0.9.5",

@@ -8,0 +23,0 @@ "version": "0.9.5",

# Change Log - workspace-tools
This log was last generated on Thu, 10 Sep 2020 23:36:17 GMT and should not be manually modified.
This log was last generated on Thu, 10 Sep 2020 23:43:48 GMT and should not be manually modified.
<!-- Start content -->
## 0.9.6
Thu, 10 Sep 2020 23:43:48 GMT
### Patches
- no more requires (kchau@microsoft.com)
## 0.9.5
Thu, 10 Sep 2020 23:36:17 GMT
Thu, 10 Sep 2020 23:36:23 GMT

@@ -11,0 +19,0 @@ ### Patches

3

lib/workspaces/getWorkspacePackageInfo.js

@@ -7,2 +7,3 @@ "use strict";

const path_1 = __importDefault(require("path"));
const fs_1 = __importDefault(require("fs"));
function getWorkspacePackageInfo(workspacePaths) {

@@ -16,3 +17,3 @@ if (!workspacePaths) {

try {
packageJson = require(packageJsonPath);
packageJson = JSON.parse(fs_1.default.readFileSync(packageJsonPath, "utf-8"));
}

@@ -19,0 +20,0 @@ catch (_a) {

{
"name": "workspace-tools",
"version": "0.9.5",
"version": "0.9.6",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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