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.2 to 0.1.3

5

dist/index.d.ts

@@ -1,2 +0,3 @@

export declare const sum: (a: number, b: number) => number;
export declare const Sunsama: () => void;
declare const SunsamaSplash: () => {
splash: () => void;
};
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var sum = function sum(a, b) {
{
console.log('boop');
}
return a + b;
};
var Sunsama = function Sunsama() {
console.log('Sunsama');
};
console.log('hello file!');
exports.Sunsama = Sunsama;
exports.sum = sum;
//# sourceMappingURL=splash.cjs.development.js.map

2

dist/splash.cjs.production.min.js

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),console.log("hello file!"),exports.Sunsama=function(){console.log("Sunsama")},exports.sum=function(e,o){return e+o};
"use strict";
//# sourceMappingURL=splash.cjs.production.min.js.map

@@ -1,14 +0,2 @@

var sum = function sum(a, b) {
if ('development' === process.env.NODE_ENV) {
console.log('boop');
}
return a + b;
};
var Sunsama = function Sunsama() {
console.log('Sunsama');
};
console.log('hello file!');
export { Sunsama, sum };
//# sourceMappingURL=splash.esm.js.map
{
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",

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

@@ -1,12 +0,11 @@

export const sum = (a: number, b: number) => {
if ('development' === process.env.NODE_ENV) {
console.log('boop');
}
return a + b;
};
export const Sunsama = () => {
const SunsamaSplash = (function() {
console.log('Sunsama');
}
console.log('hello file!');
return {
splash: function() {
console.log('Splash!');
}
}
});

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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