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 7.0.0 to 7.0.1

6

dist/kopy.common.js

@@ -229,3 +229,7 @@ 'use strict';

if (!disableInterpolation) {
stream.use(useTemplate({ skipInterpolation, template, templateOptions }));
stream.use(useTemplate({
skipInterpolation,
template,
templateOptions: typeof templateOptions === 'function' ? templateOptions(stream.meta) : templateOptions
}));
}

@@ -232,0 +236,0 @@

2

package.json
{
"name": "kopy",
"version": "7.0.0",
"version": "7.0.1",
"description": "Gracefully copy a directory and render templates.",

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

@@ -74,6 +74,8 @@ # kopy

Type: `object`
Type: `object` `function`
The template engine options.
If it's a function we use the return value as `templateOptions`, and the first argument is `{ answers, data, merged }`.
##### clean

@@ -80,0 +82,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