New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

turboscript

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turboscript - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

lib/tc.js

4

lib/tc.ts

@@ -57,6 +57,6 @@ #! /usr/bin/env node

console.log("TURBO_PATH:"+global["TURBO_PATH"])
console.log("TURBO_PATH:"+global["TURBO_PATH"]);
//Import compiler
require(path.resolve(process.env.TURBO_PATH, "bin/turbo.js"));
require(path.resolve("./turbo.js"));

@@ -63,0 +63,0 @@ SystemJS.import("main").then(function (mod) {

{
"name": "turboscript",
"version": "1.0.1",
"version": "1.0.2",
"description": "Super charged JavaScript for parallel programming and WebAssembly",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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