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

unix-timestamp

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unix-timestamp - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

lib/timestamp.js
/**
* @license
* [BSD-3-Clause](https://github.com/pryv/unix-timestamp-js/blob/master/LICENSE)
* [BSD-3-Clause](https://github.com/attentif/unix-timestamp-js/blob/master/LICENSE)
*/

@@ -5,0 +5,0 @@

{
"name": "unix-timestamp",
"version": "1.0.3",
"version": "1.0.4",
"description": "Tiny library to create and manipulate Unix timestamps",

@@ -11,10 +11,10 @@ "keywords": [

"bugs": {
"url": "http://github.com/pryv/unix-timestamp/issues"
"url": "http://github.com/attentif/unix-timestamp/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/pryv/unix-timestamp-js.git"
"url": "http://github.com/attentif/unix-timestamp-js.git"
},
"license": "BSD-3-Clause",
"author": "Pryv S.A <info@pryv.com> (https://pryv.com)",
"author": "Simon Goumaz <simon@attentif.ch> (https://attentif.ch)",
"main": "./lib/timestamp",

@@ -21,0 +21,0 @@ "files": [

# unix-timestamp
[![CI](https://github.com/pryv/unix-timestamp-js/workflows/CI/badge.svg)](https://github.com/pryv/unix-timestamp-js/actions/workflows/ci.yml) [![npm](https://img.shields.io/npm/v/unix-timestamp)](https://www.npmjs.com/package/unix-timestamp)
[![CI](https://github.com/attentif/unix-timestamp-js/workflows/CI/badge.svg)](https://github.com/attentif/unix-timestamp-js/actions/workflows/ci.yml) [![npm](https://img.shields.io/npm/v/unix-timestamp)](https://www.npmjs.com/package/unix-timestamp)

@@ -49,2 +49,2 @@ Tiny library to create and manipulate Unix timestamps in Javascript. (A Unix timestamp is the number of seconds elapsed since Unix epoch time, i.e. January 1 1970 00:00 UTC.)

[BSD-3-Clause](https://github.com/pryv/unix-timestamp-js/blob/master/LICENSE)
[BSD-3-Clause](https://github.com/attentif/unix-timestamp-js/blob/master/LICENSE)

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