Socket
Socket
Sign inDemoInstall

cellerchan-modal

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cellerchan-modal - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

src/test.js

7

bundle.js

@@ -97,2 +97,6 @@ 'use strict';

const test = () => {
console.log('test');
};
// entry

@@ -105,5 +109,6 @@

getXLemonSign,
formatPrice
formatPrice,
test
};
module.exports = main;

2

package.json
{
"name": "cellerchan-modal",
"version": "1.1.0",
"version": "1.1.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,2 +5,3 @@ // entry

import { formatPrice } from './amount'
import test from './test'

@@ -12,3 +13,4 @@ export default {

getXLemonSign,
formatPrice
formatPrice,
test
}
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