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

tsc-hooks

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsc-hooks - npm Package Compare versions

Comparing version 1.1.2-dev.20211011.1 to 1.1.2-dev.20211011.2

1

docs/TODO.md

@@ -9,1 +9,2 @@ - Only cache hooks that are requested, then take from GitHub/put hooks in npmignore

- Add arguments
- Make tests run locally instead of needing a dev publish

6

hooks/copy-files/copy-files.hook.js

@@ -52,6 +52,6 @@ let include, exclude;

const outDir = path.dirname(outFile);
const dir = path.dirname(outFile);
if (!fs.existsSync(outDir)) {
fs.mkdirSync(outDir, { recursive: true });
if (!fs.existsSync(dir)) {
fs.mkdirSync(dir, { recursive: true });
}

@@ -58,0 +58,0 @@

{
"name": "tsc-hooks",
"version": "1.1.2-dev.20211011.1",
"version": "1.1.2-dev.20211011.2",
"description": "Add tsc compiler hooks to your TypeScript project",

@@ -5,0 +5,0 @@ "main": "run.js",

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