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

@targetprocess/assets-service

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@targetprocess/assets-service - npm Package Compare versions

Comparing version 0.0.2-alpha.3 to 0.0.2-alpha.4

2

package.json
{
"name": "@targetprocess/assets-service",
"version": "0.0.2-alpha.3",
"version": "0.0.2-alpha.4",
"description": "Service to serve Targetprocess frontend assets.",

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

@@ -49,5 +49,7 @@ const express = require('express');

const path = require('path');
const util = require('util');
fs.writeFile(path.resolve(__dirname, './log.txt'), JSON.stringify({
util.promisify(fs.writeFile)(path.resolve(__dirname, './log.txt'), JSON.stringify({
url: req.url,
url: req.url,
protocol: req.protocol,

@@ -54,0 +56,0 @@ headers: req.headers

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