Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unload

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unload - npm Package Compare versions

Comparing version 1.3.7 to 1.3.8

2

package.json
{
"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) => {

});
});
});
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc