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

typescript-require

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-require - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

2

index.js

@@ -5,3 +5,3 @@ var vm = require('vm');

var tsc = require.resolve("typescript").replace(/typescript\.js$/, "tsc.js");
var tsc = path.join(path.dirname(require.resolve("typescript")),"tsc.js");
var tscScript = vm.createScript(fs.readFileSync(tsc, "utf8"), tsc);

@@ -8,0 +8,0 @@ var libPath = path.join(path.dirname(require.resolve("typescript")), "lib.d.ts")

@@ -14,5 +14,9 @@ {

"email": "s@finalclass.net"
},
{
"name": "The Blacksmith (a.k.a Saulo Vallory)",
"email": "me@saulovallory.com"
}
],
"version": "0.2.7",
"version": "0.2.8",
"main": "./index.js",

@@ -19,0 +23,0 @@ "repository": {

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