typescript-require
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -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": { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
60074
0
9
1196