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

typescript-cp

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-cp - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.1.6](https://github.com/body-builder/typescript-cp/compare/v0.1.5...v0.1.6) (2022-07-20)
### Bug Fixes
* Handle binary files correctly ([0fca3ab](https://github.com/body-builder/typescript-cp/commit/0fca3ab1071ec1c46bcd77e5fe4b6a79a6687417))
### [0.1.5](https://github.com/body-builder/typescript-cp/compare/v0.1.4...v0.1.5) (2021-10-11)

@@ -7,0 +14,0 @@

0

dist/actions.d.ts

@@ -0,0 +0,0 @@ import { Config, TsProject, TsProjectWithFiles } from './types';

@@ -0,0 +0,0 @@ "use strict";

#!/usr/bin/env node
export {};

@@ -0,0 +0,0 @@ #!/usr/bin/env node

@@ -0,0 +0,0 @@ /// <reference types="node" />

4

dist/helpers.js

@@ -397,3 +397,3 @@ "use strict";

}
return [4 /*yield*/, exports.promisified.fse.readFile(source_path, 'utf8')];
return [4 /*yield*/, exports.promisified.fse.readFile(source_path)];
case 2:

@@ -407,3 +407,3 @@ raw_content = _a.sent();

_a.sent();
return [2 /*return*/, exports.promisified.fse.writeFile(destination_path, processed_content, 'utf8')];
return [2 /*return*/, exports.promisified.fse.writeFile(destination_path, processed_content)];
}

@@ -410,0 +410,0 @@ });

@@ -0,0 +0,0 @@ import { ParsedCommandLine } from 'typescript';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
{
"name": "typescript-cp",
"version": "0.1.5",
"version": "0.1.6",
"description": "Copy non-typescript files to outDir",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/body-builder/typescript-cp#readme",

@@ -0,0 +0,0 @@ # Typescript-cp

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