New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lage-run/target-graph

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lage-run/target-graph - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

17

CHANGELOG.json

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

{
"date": "Sun, 04 Sep 2022 23:00:04 GMT",
"date": "Tue, 06 Sep 2022 20:10:00 GMT",
"tag": "@lage-run/target-graph_v0.3.1",
"version": "0.3.1",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/target-graph",
"commit": "f349df7d144cbe2a575c6dc7cc34fd30c1ccf035",
"comment": "disables cache for global targets (for now, since backfill doesn't support it)"
}
]
}
},
{
"date": "Sun, 04 Sep 2022 23:00:20 GMT",
"tag": "@lage-run/target-graph_v0.3.0",

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

# Change Log - @lage-run/target-graph
This log was last generated on Sun, 04 Sep 2022 23:00:04 GMT and should not be manually modified.
This log was last generated on Tue, 06 Sep 2022 20:10:00 GMT and should not be manually modified.
<!-- Start content -->
## 0.3.1
Tue, 06 Sep 2022 20:10:00 GMT
### Patches
- disables cache for global targets (for now, since backfill doesn't support it) (kchau@microsoft.com)
## 0.3.0
Sun, 04 Sep 2022 23:00:04 GMT
Sun, 04 Sep 2022 23:00:20 GMT

@@ -11,0 +19,0 @@ ### Minor changes

6

lib/TargetGraphBuilder.js

@@ -55,4 +55,6 @@ "use strict";

type: config.type,
task: targetId,
cache: cache !== false,
task,
// TODO: backfill currently cannot cache global targets!
// NOTE: We should force cache inputs to be defined for global targets
cache: false,
cwd: this.root,

@@ -59,0 +61,0 @@ dependencies: (_a = dependsOn !== null && dependsOn !== void 0 ? dependsOn : deps) !== null && _a !== void 0 ? _a : [],

{
"name": "@lage-run/target-graph",
"version": "0.3.0",
"version": "0.3.1",
"description": "Target for Lage",

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

Sorry, the diff of this file is not supported yet

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