Socket
Socket
Sign inDemoInstall

direct-dev

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

direct-dev - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

es5lib/techs/transporter.js

@@ -27,3 +27,3 @@ 'use strict';

return vow.all(paths.map(function (file) {
return getCachedFile(file.fullname);
return readFile(file.fullname);
})).then(function (files) {

@@ -30,0 +30,0 @@ return streamify(files);

@@ -27,3 +27,3 @@ 'use strict';

return vow
.all(paths.map(file => getCachedFile(file.fullname)))
.all(paths.map(file => readFile(file.fullname)))
.then(files => streamify(files), err => { console.log(err)});

@@ -30,0 +30,0 @@ }

{
"name": "direct-dev",
"version": "0.4.1",
"version": "0.4.2",
"description": "Yandex Direct dev tools",

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

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