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

@mozaik/ext-time

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mozaik/ext-time - npm Package Compare versions

Comparing version 2.0.0-alpha.7 to 2.0.0-alpha.8

2

es/components/Clock.js

@@ -22,3 +22,3 @@ var _templateObject = _taggedTemplateLiteralLoose(['\n position: absolute;\n top: 50%;\n left: 50%;\n background: ', ';\n border: .5vmin solid ', ';\n width: ', 'px;\n height: ', 'px;\n border-radius: ', 'px;\n margin-top: ', 'px;\n margin-left: ', 'px;\n'], ['\n position: absolute;\n top: 50%;\n left: 50%;\n background: ', ';\n border: .5vmin solid ', ';\n width: ', 'px;\n height: ', 'px;\n border-radius: ', 'px;\n margin-top: ', 'px;\n margin-left: ', 'px;\n']),

import moment from 'moment';
import 'moment-timezone-all';
require('moment-timezone');
import styled from 'styled-components';

@@ -25,0 +25,0 @@ import ClockIcon from 'react-icons/lib/fa/clock-o';

@@ -14,3 +14,3 @@ var _templateObject = _taggedTemplateLiteralLoose(['\n padding: 3vmin;\n width: 100%;\n height: 100%;\n'], ['\n padding: 3vmin;\n width: 100%;\n height: 100%;\n']);

import moment from 'moment';
import 'moment-timezone-all';
require('moment-timezone');
import styled from 'styled-components';

@@ -17,0 +17,0 @@ import Measure from 'react-measure';

@@ -31,4 +31,2 @@ 'use strict';

require('moment-timezone-all');
var _styledComponents = require('styled-components');

@@ -62,2 +60,5 @@

require('moment-timezone');
var OuterCircle = _styledComponents2.default.div(_templateObject, function (props) {

@@ -64,0 +65,0 @@ return props.colors.background;

@@ -19,4 +19,2 @@ 'use strict';

require('moment-timezone-all');
var _styledComponents = require('styled-components');

@@ -50,2 +48,5 @@

require('moment-timezone');
var Container = _styledComponents2.default.div(_templateObject);

@@ -52,0 +53,0 @@

{
"name": "@mozaik/ext-time",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "Mozaik time widgets",

@@ -36,3 +36,3 @@ "repository": {

"moment": "^2.18.1",
"moment-timezone-all": "^0.5.5",
"moment-timezone": "^0.5.13",
"prop-types": "^15.5.10",

@@ -74,4 +74,4 @@ "react-icons": "^2.2.5",

"format": "prettier --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --write 'src/**/*.js' 'test/**/*.js'",
"prepublish": "npm run format && npm run lint && npm run build"
"prepublish": "npm run format && npm run build"
}
}

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