noamhonig-nodejs-console-app2
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -1,4 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var myClass = (function () { | ||
var myClass = /** @class */ (function () { | ||
function myClass() { | ||
@@ -11,3 +9,3 @@ } | ||
}()); | ||
exports.myClass = myClass; | ||
export { myClass }; | ||
//# sourceMappingURL=app.js.map |
{ | ||
"name": "noamhonig-nodejs-console-app2", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "NodejsConsoleApp2", | ||
@@ -5,0 +5,0 @@ "main": "app.js", |
@@ -1,6 +0,4 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var app_1 = require("./app"); | ||
var x = new app_1.myClass(); | ||
import { myClass } from './app'; | ||
var x = new myClass(); | ||
x.log("hello world 123"); | ||
//# sourceMappingURL=testIt.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
1291
7
15
2
0