@tpham0/apple
Advanced tools
Comparing version 0.1.0 to 0.1.1-rc.0
@@ -9,5 +9,9 @@ 'use strict'; | ||
} | ||
function minus(a, b) { | ||
return a - b; | ||
} | ||
exports.add = add; | ||
exports.minus = minus; | ||
exports.printMe = printMe; | ||
//# 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}; | ||
//# 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; |
@@ -7,4 +7,7 @@ function printMe(message) { | ||
} | ||
function minus(a, b) { | ||
return a - b; | ||
} | ||
export { add, printMe }; | ||
export { add, minus, printMe }; | ||
//# sourceMappingURL=index.esm.js.map |
{ | ||
"name": "@tpham0/apple", | ||
"version": "0.1.0", | ||
"version": "0.1.1-rc.0+5647ace", | ||
"description": "apple package", | ||
@@ -25,3 +25,3 @@ "sideEffects": false, | ||
}, | ||
"gitHead": "3f667e6fd1926818c2172a45060fc0e733143114" | ||
"gitHead": "5647ace215c02d2a8744379f53e54721076d4f65" | ||
} |
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
3680
36
1