Comparing version 0.0.32-1 to 0.0.33
{ | ||
"name": "ts-import", | ||
"version": "0.0.32-1", | ||
"description": "Import (compile and cache on the fly) TypeScript files dynamically with ease.", | ||
"keywords": [ | ||
"compile", | ||
"dynamic", | ||
"import", | ||
"require", | ||
"typescript" | ||
], | ||
"author": "Artur Kurowski <radarsu@gmail.com>", | ||
"homepage": "https://github.com/radarsu/ts-import#readme", | ||
"license": "GPL-3.0", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"preinstall": "npx only-allow pnpm" | ||
}, | ||
"dependencies": { | ||
"ts-options-defaults": "workspace:*" | ||
}, | ||
"devDependencies": { | ||
"@radrat-node/execute": "workspace:*", | ||
"@radrat-scripts/package": "workspace:*", | ||
"@radrat/cli": "workspace:*", | ||
"@types/node": "^14.0.27", | ||
"typescript": "^3.9.7" | ||
} | ||
"name": "ts-import", | ||
"version": "0.0.33", | ||
"description": "Import (compile and cache on the fly) TypeScript files dynamically with ease.", | ||
"keywords": [ | ||
"compile", | ||
"dynamic", | ||
"import", | ||
"require", | ||
"typescript" | ||
], | ||
"author": "Artur Kurowski <radarsu@gmail.com>", | ||
"homepage": "https://github.com/radarsu/ts-import#readme", | ||
"license": "GPL-3.0", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"preinstall": "npx only-allow pnpm" | ||
}, | ||
"dependencies": { | ||
"ts-options-defaults": "0.0.33" | ||
}, | ||
"devDependencies": { | ||
"@radrat-node/execute": "0.0.33", | ||
"@radrat-scripts/package": "0.0.33", | ||
"@radrat/cli": "0.0.33", | ||
"@types/node": "^14.0.27", | ||
"typescript": "^3.9.7" | ||
} | ||
} |
@@ -12,3 +12,3 @@ import { execute } from '@radrat-node/execute'; | ||
await execute(`npm version prerelease`); | ||
await execute(`npm publish --access=public`); | ||
await execute(`pnpm publish --access=public`); | ||
}; | ||
@@ -15,0 +15,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
48920
36
967
8
+ Addedts-options-defaults@0.0.33(transitive)
Updatedts-options-defaults@0.0.33