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.2 to 0.9.3

17

CHANGELOG.json

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

{
"date": "Wed, 19 Aug 2020 22:43:57 GMT",
"date": "Wed, 19 Aug 2020 23:27:26 GMT",
"tag": "workspace-tools_v0.9.3",
"version": "0.9.3",
"comments": {
"patch": [
{
"comment": "fixes the case where deps with no dependencies are not added the edges in the subgraph calculation",
"author": "kchau@microsoft.com",
"commit": "fcb692aefd25bab2f6b9e0cda15566fc8021ef85",
"package": "workspace-tools"
}
]
}
},
{
"date": "Wed, 19 Aug 2020 22:44:02 GMT",
"tag": "workspace-tools_v0.9.2",

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

# Change Log - workspace-tools
This log was last generated on Wed, 19 Aug 2020 22:43:57 GMT and should not be manually modified.
This log was last generated on Wed, 19 Aug 2020 23:27:26 GMT and should not be manually modified.
<!-- Start content -->
## 0.9.3
Wed, 19 Aug 2020 23:27:26 GMT
### Patches
- fixes the case where deps with no dependencies are not added the edges in the subgraph calculation (kchau@microsoft.com)
## 0.9.2
Wed, 19 Aug 2020 22:43:57 GMT
Wed, 19 Aug 2020 22:44:02 GMT

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

2

lib/dependencies.js

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

const deps = getInternalDeps(info, packages);
if (deps) {
if (deps.length > 0) {
for (const dep of deps) {

@@ -26,0 +26,0 @@ stack.push(dep);

{
"name": "workspace-tools",
"version": "0.9.2",
"version": "0.9.3",
"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