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

normalize-agent

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

normalize-agent - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

11

lib/download.js

@@ -105,3 +105,4 @@

// save to a temporary file first
var tmp = path.resolve(path.dirname(filename), '.' + path.basename(filename))
var tmp = path.resolve(path.dirname(filename),
'.' + random() + '.' + path.basename(filename))
yield write(stream, tmp)

@@ -129,3 +130,5 @@ // rename on success

// lookup symlink
var symlink = path.resolve(path.dirname(filename), '.source.' + path.basename(filename))
var symlink = path.resolve(
path.dirname(filename),
'.source.' + path.basename(filename))
debug('looking up symlink %s', symlink)

@@ -175,1 +178,5 @@ try {

}
function random() {
return Math.random().toString(36).slice(2)
}

2

package.json
{
"name": "normalize-agent",
"description": "SPDY client for normalize-proxy",
"version": "0.1.6",
"version": "0.1.7",
"author": {

@@ -6,0 +6,0 @@ "name": "Jonathan Ong",

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