New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sunsama/splash

Package Overview
Dependencies
Maintainers
5
Versions
107
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.0 to 0.1.1

1

dist/index.d.ts
export declare const sum: (a: number, b: number) => number;
export declare const Sunsama: () => void;

@@ -12,5 +12,9 @@ 'use strict';

};
console.log('hello');
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"),exports.sum=function(e,o){return e+o};
"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};
//# sourceMappingURL=splash.cjs.production.min.js.map

@@ -8,5 +8,8 @@ var sum = function sum(a, b) {

};
console.log('hello');
var Sunsama = function Sunsama() {
console.log('Sunsama');
};
console.log('hello file!');
export { sum };
export { Sunsama, sum };
//# sourceMappingURL=splash.esm.js.map
{
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",

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

@@ -8,2 +8,6 @@ export const sum = (a: number, b: number) => {

console.log('hello');
export const Sunsama = () => {
console.log('Sunsama');
}
console.log('hello file!');

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