Socket
Socket
Sign inDemoInstall

copyreplaste

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

2

lib/file-system.js

@@ -31,3 +31,3 @@ "use strict";

fs_1.readdirSync(path).forEach(function (file) {
var curPath = path + "/" + file;
var curPath = path_1.join(path, file);
if (fs_1.lstatSync(curPath).isDirectory()) {

@@ -34,0 +34,0 @@ _this.remove(curPath);

{
"name": "copyreplaste",
"description": "Add replace to your daily copy-paste jobs",
"version": "0.1.0",
"version": "0.1.1",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc