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

react-timer

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-timer - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

lib/__tests__/SecondsTohhmmss.spec.js

9

package.json
{
"name": "react-timer",
"version": "1.1.0",
"version": "1.1.1",
"description": "A simple timer component",

@@ -23,12 +23,11 @@ "main": "lib/Timer.js",

"@babel/preset-react": "7.0.0",
"babel-jest": "^24.7.1",
"babel-loader": "8.0.5",
"babel-tape-runner": "^3.0.0",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "^1.9.1",
"expect": "24.1.0",
"html-webpack-plugin": "3.2.0",
"jest": "^24.7.1",
"jsdom": "13.2.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"tape": "4.10.1",
"webpack": "4.29.4",

@@ -41,3 +40,3 @@ "webpack-cli": "3.2.3",

"dev": "webpack-dev-server --mode=development --port 3000 --inline --hot --config example/webpack.config",
"test": "babel-tape-runner test/*.js"
"test": "jest"
},

@@ -44,0 +43,0 @@ "keywords": [

@@ -50,7 +50,12 @@ # react-timer

yarn
npm run dev
yarn dev
## Test
yarn test
## Build
yarn
npm run build
yarn build
## Publish
npm login

@@ -57,0 +62,0 @@ npm version patch

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