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.3 to 1.0.4

1

dist/copypack.d.ts

@@ -1,3 +0,2 @@

#!/usr/bin/env node
export declare function run(context: string, relativeProjectPath: string, sourcePackagesFilter: string[]): void;
//# sourceMappingURL=copypack.d.ts.map

@@ -1,2 +0,1 @@

#!/usr/bin/env node
import ts from "typescript";

@@ -3,0 +2,0 @@ import fs from "node:fs";

4

package.json
{
"name": "copypack",
"version": "1.0.3",
"version": "1.0.4",
"description": "like links but copies",
"type": "module",
"bin": "./dist/copypack.js",
"bin": "./dist/cli.js",
"scripts": {

@@ -8,0 +8,0 @@ "build": "tsc",

@@ -1,2 +0,1 @@

#!/usr/bin/env node
import ts from "typescript";

@@ -3,0 +2,0 @@ import fs from "node:fs";

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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