Comparing version 1.3.7 to 1.3.8
{ | ||
"name": "unload", | ||
"version": "1.3.7", | ||
"version": "1.3.8", | ||
"description": "Execute code when the js-process exits. On all javascript-environments", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -10,2 +10,2 @@ declare interface Unload { | ||
export default unload; | ||
export = unload; |
@@ -12,3 +12,3 @@ /** | ||
const codeBase = ` | ||
import unload from '${mainPath}'; | ||
import unload = require('${mainPath}'); | ||
`; | ||
@@ -71,2 +71,2 @@ const transpileCode = async (code) => { | ||
}); | ||
}); | ||
}); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43621
811