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

@lage-run/hasher

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lage-run/hasher - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

17

CHANGELOG.json

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

{
"date": "Wed, 21 Jun 2023 19:05:46 GMT",
"date": "Tue, 11 Jul 2023 14:51:38 GMT",
"tag": "@lage-run/hasher_v1.0.3",
"version": "1.0.3",
"comments": {
"patch": [
{
"author": "brunoru@microsoft.com",
"package": "@lage-run/hasher",
"commit": "e7dbec3c24355721132a15425fa5044c74c13efb",
"comment": "Log file level input file hashes to silly logs"
}
]
}
},
{
"date": "Wed, 21 Jun 2023 19:06:25 GMT",
"tag": "@lage-run/hasher_v1.0.2",

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

# Change Log - @lage-run/hasher
This log was last generated on Wed, 21 Jun 2023 19:05:46 GMT and should not be manually modified.
This log was last generated on Tue, 11 Jul 2023 14:51:38 GMT and should not be manually modified.
<!-- Start content -->
## 1.0.3
Tue, 11 Jul 2023 14:51:38 GMT
### Patches
- Log file level input file hashes to silly logs (brunoru@microsoft.com)
## 1.0.2
Wed, 21 Jun 2023 19:05:46 GMT
Wed, 21 Jun 2023 19:06:25 GMT

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

@@ -136,2 +136,5 @@ "use strict";

this.logger.verbose(`Global inputs hash: ${globalInputsHash}`);
// Log global input hashs to log file
const globalInputsHashJson = JSON.stringify(this.globalInputsHash, null, 2);
this.logger.silly(globalInputsHashJson);
}

@@ -138,0 +141,0 @@ }

2

package.json
{
"name": "@lage-run/hasher",
"version": "1.0.2",
"version": "1.0.3",
"description": "Hasher for Lage Targets",

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

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