@tpham0/apple
Advanced tools
Comparing version 0.1.0 to 0.1.1-alpha.4
@@ -9,5 +9,13 @@ 'use strict'; | ||
} | ||
function minus(a, b) { | ||
return a - b; | ||
} | ||
function times(a, b) { | ||
return a * b; | ||
} | ||
exports.add = add; | ||
exports.minus = minus; | ||
exports.printMe = printMe; | ||
exports.times = times; | ||
//# sourceMappingURL=apple.cjs.development.js.map |
@@ -1,2 +0,2 @@ | ||
"use strict";exports.add=function(t,r){return t+r},exports.printMe=function(t){return t}; | ||
"use strict";exports.add=function(t,n){return t+n},exports.minus=function(t,n){return t-n},exports.printMe=function(t){return t},exports.times=function(t,n){return t*n}; | ||
//# sourceMappingURL=apple.cjs.production.min.js.map |
export declare function printMe(message: string): string; | ||
export declare function add(a: number, b: number): number; | ||
export declare function minus(a: number, b: number): number; | ||
export declare function times(a: number, b: number): number; |
@@ -7,4 +7,10 @@ function printMe(message) { | ||
} | ||
function minus(a, b) { | ||
return a - b; | ||
} | ||
function times(a, b) { | ||
return a * b; | ||
} | ||
export { add, printMe }; | ||
export { add, minus, printMe, times }; | ||
//# sourceMappingURL=index.esm.js.map |
{ | ||
"name": "@tpham0/apple", | ||
"version": "0.1.0", | ||
"version": "0.1.1-alpha.4+50a24f6", | ||
"description": "apple package", | ||
@@ -25,3 +25,3 @@ "sideEffects": false, | ||
}, | ||
"gitHead": "3f667e6fd1926818c2172a45060fc0e733143114" | ||
"gitHead": "50a24f68df8b1b20171cc34f4f02df04d2d25304" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
4249
44
1