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

ts-import

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-import - npm Package Compare versions

Comparing version 0.0.32-1 to 0.0.33

dist/cache/home/radarsu/workspace/radarsu-pnpm/@radrat/@/cli/scripts.js

56

package.json
{
"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 @@

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