Comparing version 0.0.11 to 0.0.111
@@ -1,3 +0,1 @@ | ||
export declare class myClass { | ||
add(a: number, b: number): number; | ||
} | ||
export * from './utils/utils'; |
13
index.js
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var myClass = /** @class */ (function () { | ||
function myClass() { | ||
} | ||
myClass.prototype.add = function (a, b) { | ||
return a + b; | ||
}; | ||
return myClass; | ||
}()); | ||
exports.myClass = myClass; | ||
__export(require("./utils/utils")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "radweb", | ||
"version": "0.0.011", | ||
"version": "0.0.0111", | ||
"description": "radweb", | ||
@@ -5,0 +5,0 @@ "main": "app.js", |
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
230669
1906
9
4
4