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

@netcentric/eddys-video

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netcentric/eddys-video - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

4

install.js

@@ -14,7 +14,7 @@ const fs = require('fs');

mkFullPathSync(`../../${filePath}`);
mkFullPathSync(`../../../${filePath}`);
fs.cp(filePath, `../../${filePath}`, { recursive: true }, (err) => {
fs.cp(filePath, `../../../${filePath}`, { recursive: true }, (err) => {
if (err) fs.writeFileSync(`error.txt`, err, 'utf8');
fs.writeFileSync(`done.txt`, `${filePath} => ../../${filePath}`, 'utf8');
});
{
"name": "@netcentric/eddys-video",
"version": "1.0.10",
"version": "1.0.11",
"description": "<Package description>",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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