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

@momo-platform/momo-cornerstone

Package Overview
Dependencies
Maintainers
3
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@momo-platform/momo-cornerstone - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

src/components/FloatingButton.js

5

package.json
{
"name": "@momo-platform/momo-cornerstone",
"version": "0.0.25",
"version": "0.0.26",
"description": "momo-cornerstone",

@@ -12,3 +12,4 @@ "author": {

"dependencies": {
"@momo-platform/max-api": "0.0.38"
"@momo-platform/max-api": "0.0.38",
"@momo-platform/utils": "0.0.5"
},

@@ -15,0 +16,0 @@ "devDependencies": {

2

src/components/index.js

@@ -7,2 +7,3 @@ import Banner from './Banner';

import Survey from './Survey';
import FloatingButton from './FloatingButton';

@@ -16,2 +17,3 @@ export {

Survey,
FloatingButton
}

@@ -10,2 +10,3 @@ import React, { Component } from "react";

Survey,
FloatingButton
} from "./components";

@@ -22,2 +23,3 @@ import CornerStoneUtil from "./utils";

survey: Survey,
floatingicon: FloatingButton,
};

@@ -24,0 +26,0 @@

@@ -8,2 +8,6 @@ import { LocalizedStrings } from '@momo-platform/component-kits';

finish: 'Kết thúc',
day: 'Ngày',
hour: 'Giờ',
minute: 'Phút',
seconds: 'Giây'
},

@@ -14,2 +18,6 @@ en: {

finish: 'Finish',
day: 'DD',
hour: 'HH',
minute: 'MM',
seconds: 'SS'
},

@@ -16,0 +24,0 @@ });

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