Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "aws-crt", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "NodeJS bindings to the aws-c-* libraries", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/awslabs/aws-crt-nodejs", |
@@ -16,9 +16,11 @@ /* | ||
const fs = require("fs"); | ||
const path = require("path"); | ||
const child_process = require("child_process"); | ||
// Run TSC | ||
child_process.execSync("node node_modules/.bin/tsc -p tsconfig.json"); | ||
child_process.execSync("node node_modules/.bin/tsc -p tsconfig.browser.json"); | ||
const tsc = '.' + path.sep + path.join('node_modules', '.bin', 'tsc'); | ||
child_process.execSync(`${tsc} -p tsconfig.json`); | ||
child_process.execSync(`${tsc} -p tsconfig.browser.json`); | ||
// Copy the binding declaration file over verbatim | ||
fs.copyFileSync('lib/native/binding.d.ts', 'dist/native/binding.d.ts'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11207341
730
4764
5