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

vsts-task-lib

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vsts-task-lib - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

2

package.json
{
"name": "vsts-task-lib",
"version": "0.6.1",
"version": "0.6.2",
"description": "VSTS Task SDK",

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

@@ -31,2 +31,3 @@ /// <reference path="../definitions/node.d.ts" />

}
name = name.toLowerCase();
var key = this.getKey();

@@ -41,2 +42,3 @@ var cipher = crypto.createCipher(algorithm, key);

var secret = null;
name = (name || '').toLowerCase();
if (this._store.hasOwnProperty(name)) {

@@ -43,0 +45,0 @@ var key = this.getKey();

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