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

@sunsama/splash

Package Overview
Dependencies
Maintainers
5
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sunsama/splash - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

12

dist/index.js
"use strict";
const SunsamaSplash = (function () {
console.log('Sunsama');
return {
splash: function () {
console.log('Splash!');
}
};
});
// @ts-ignore
window.SunsamaSplash = SunsamaSplash();
window.SunsamaSplash = {
splash: () => console.log('splash'),
};
//# sourceMappingURL=index.js.map
{
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",

@@ -4,0 +4,0 @@ "main": "dist/index.js",

const SunsamaSplash = (function() {
console.log('Sunsama');
return {
splash: function() {
console.log('Splash!');
}
}
});
// @ts-ignore
window.SunsamaSplash = SunsamaSplash();
window.SunsamaSplash = {
splash: () => console.log('splash'),
}

Sorry, the diff of this file is not supported yet

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