Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-live-clock

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-live-clock - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

0

cli.js

@@ -0,0 +0,0 @@ #!/usr/bin/env node

20

package-scripts.js

@@ -24,3 +24,3 @@ const pathTo = require('path').join.bind(null, process.cwd());

lint: `eslint ${pathTo('.')}`,
lint: `eslint ${pathTo('.')} --fix`,

@@ -38,11 +38,11 @@ test: {

ci: {
lint: `eslint ${pathTo('.')}`,
test: `NODE_ENV=test babel-node ${pathTo('test')}`,
cov: 'NODE_ENV=test' +
' babel-node node_modules/.bin/babel-istanbul cover' +
' --report text --report lcov --verbose --dir ${CIRCLE_ARTIFACTS}/coverage' +
` ${pathTo('test')}`,
e2e: 'REPORT_DIR=${CIRCLE_TEST_REPORTS} LOG_DIR=${CIRCLE_ARTIFACTS}' +
' NODE_ENV=development nightwatch-autorun',
codecov: 'cat ${CIRCLE_ARTIFACTS}/coverage/lcov.info | codecov'
lint: `eslint ${pathTo('.')} --fix`,
test: `cross-env NODE_ENV=test babel-node ${pathTo('test')}`
// cov: 'cross-env NODE_ENV=test' +
// ' babel-node node_modules/.bin/babel-istanbul cover' +
// ' --report text --report lcov --verbose --dir ${CIRCLE_ARTIFACTS}/coverage' +
// ` ${pathTo('test')}`,
// e2e: 'cross-env REPORT_DIR=${CIRCLE_TEST_REPORTS} LOG_DIR=${CIRCLE_ARTIFACTS}' +
// ' cross-env NODE_ENV=development nightwatch-autorun',
// codecov: 'cat ${CIRCLE_ARTIFACTS}/coverage/lcov.info | codecov'
},

@@ -49,0 +49,0 @@

{
"name": "react-live-clock",
"version": "0.0.3",
"version": "0.0.4",
"description": "React Live Clock",

@@ -25,5 +25,7 @@ "main": "build/react-live-clock.js",

"clock",
"date",
"moment",
"timezones",
"react"
"react",
"time",
"timezones"
],

@@ -30,0 +32,0 @@ "author": "Pavlo Vozniuk <pavlo.vozniuk@gmail.com>",

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ require('css-modules-require-hook')({

@@ -0,0 +0,0 @@ 'use strict';

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