New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kopy

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kopy - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

2

dist/kopy.common.js

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

pipe.source('.').ignore(function (file) {
return (/node_modules/.test(file) || /\.DS_Store$/.test(file)
return (/\.DS_Store$/.test(file)
);

@@ -157,0 +157,0 @@ }).use(ask(data, prompts)).use(filterFiles(filters));

{
"name": "kopy",
"version": "5.0.1",
"version": "5.0.2",
"description": "Gracefully copy a directory and render templates.",

@@ -5,0 +5,0 @@ "license": "MIT",

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