@trycourier/core
Advanced tools
Comparing version 6.1.1-internal.4dcefdb.0 to 6.2.1-internal.a46dd24.0
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.getDateDiff = void 0; | ||
exports.defaultMarkdownOptions = exports.getDateDiff = void 0; | ||
@@ -20,2 +20,10 @@ var getDateDiff = function getDateDiff(date) { | ||
exports.getDateDiff = getDateDiff; | ||
exports.getDateDiff = getDateDiff; | ||
var defaultMarkdownOptions = { | ||
overrides: { | ||
iframe: function iframe() { | ||
return null; | ||
} | ||
} | ||
}; | ||
exports.defaultMarkdownOptions = defaultMarkdownOptions; |
{ | ||
"name": "@trycourier/core", | ||
"version": "6.1.1-internal.4dcefdb.0+4dcefdb", | ||
"version": "6.2.1-internal.a46dd24.0+a46dd24", | ||
"description": "", | ||
@@ -23,3 +23,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "4dcefdb0870a9915baf86eda3d729aaff242bfa5" | ||
"gitHead": "a46dd24c1ce08bd085cf47527366eefa9e03e5b5" | ||
} |
export declare const getDateDiff: (date?: number | undefined) => number | undefined; | ||
export declare const defaultMarkdownOptions: { | ||
overrides: { | ||
iframe: () => null; | ||
}; | ||
}; | ||
//# sourceMappingURL=index.d.ts.map |
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
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
11354
194