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

@team-comit/test

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@team-comit/test - npm Package Compare versions

Comparing version

to
0.1.1

2

build/index.d.ts
export declare const hello: () => void;
export declare const hello2: () => void;
export declare const hello3: () => void;
//# sourceMappingURL=index.d.ts.map

@@ -22,3 +22,5 @@ var __defProp = Object.defineProperty;

__export(src_exports, {
hello: () => hello
hello: () => hello,
hello2: () => hello2,
hello3: () => hello3
});

@@ -29,5 +31,13 @@ module.exports = __toCommonJS(src_exports);

};
var hello2 = () => {
console.log(1);
};
var hello3 = () => {
console.log(5);
};
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
hello
hello,
hello2,
hello3
});

2

package.json
{
"name": "@team-comit/test",
"version": "0.1.0",
"version": "0.1.1",
"main": "./build/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet