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

copypack

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copypack - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "copypack",
"version": "1.0.1",
"version": "1.0.2",
"description": "like links but copies",

@@ -5,0 +5,0 @@ "type": "module",

@@ -9,3 +9,3 @@ #!/usr/bin/env node

relativeProjectPath: string,
sourcePackages: string[]
sourcePackagesFilter: string[]
) {

@@ -18,5 +18,9 @@ const targetProjectPath = path.join(context, relativeProjectPath);

undefined,
sourcePackages
sourcePackagesFilter
);
if (packageJsonPaths.length === 0) {
throw new Error(`No package.json files found for the given pattern [${sourcePackagesFilter}]`);
}
for (const filePath of packageJsonPaths) {

@@ -23,0 +27,0 @@ try {

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