Socket
Socket
Sign inDemoInstall

@breejs/ts-worker

Package Overview
Dependencies
71
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.1.0

6

package.json
{
"name": "@breejs/ts-worker",
"description": "Typescript workers plugin for Bree!",
"version": "1.0.1",
"version": "1.1.0",
"author": "Taylor Schley <taylorschley@me.com> (https://github.com/shadowgate15)",

@@ -41,2 +41,3 @@ "ava": {

"remark-preset-github": "latest",
"tsconfig-paths": "latest",
"xo": "latest"

@@ -65,3 +66,4 @@ },

"peerDependencies": {
"bree": "7.x"
"bree": ">=7.0.0",
"tsconfig-paths": ">=3<4"
},

@@ -68,0 +70,0 @@ "publishConfig": {

const { workerData } = require('worker_threads');
require('ts-node').register();
require('tsconfig-paths').register();
require(workerData.path);
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc