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.7 to 0.1.8

1

dist/index.d.ts
declare const SunsamaSplash: {
splash: () => void;
requestAccess: () => void;
};
"use strict";
const SunsamaSplash = {
splash: () => console.log('splash'),
requestAccess: () => {
var _a, _b;
const email = (_a = document.getElementById('email')) === null || _a === void 0 ? void 0 : _a.value;
const name = (_b = document.getElementById('name')) === null || _b === void 0 ? void 0 : _b.value;
console.log({ email, name });
window.open('https://sunsama.com');
}
};
//# sourceMappingURL=index.js.map

2

package.json
{
"version": "0.1.7",
"version": "0.1.8",
"license": "MIT",

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

const SunsamaSplash = {
splash: () => console.log('splash'),
requestAccess: () => {
const email = (<HTMLInputElement>document.getElementById('email'))?.value;
const name = (<HTMLInputElement>document.getElementById('name'))?.value;
console.log({ email, name });
window.open('https://sunsama.com');
}
}

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