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

@js-joda/core

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@js-joda/core - npm Package Compare versions

Comparing version 4.2.1 to 4.3.0

typings/js-joda.d.ts

5

CHANGELOG.md

@@ -6,2 +6,7 @@ Changelog

### 4.3.0
* [#567](https://github.com/js-joda/js-joda/pull/567) Remove generated distributions files from git ([@pithu](https://github.com/pithu))
* [#564](https://github.com/js-joda/js-joda/pull/564) Fix travis for PR's from forks ([@pithu](https://github.com/pithu))
### 4.2.1

@@ -8,0 +13,0 @@

24

package.json
{
"name": "@js-joda/core",
"version": "4.2.1",
"version": "4.3.0",
"description": "a date and time library for javascript",

@@ -9,15 +9,24 @@ "repository": {

},
"author": "pithu",
"contributors": [
"pithu",
"phueper"
],
"homepage": "https://js-joda.github.io/js-joda",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/js-joda/js-joda/issues"
},
"main": "dist/js-joda.js",
"module": "dist/js-joda.esm.js",
"typings": "dist/js-joda.d.ts",
"typings": "typings/js-joda.d.ts",
"files": [
"dist",
"src",
"bower.json",
"typings",
"CHANGELOG.md",
"CheatSheet.md",
"README.md"
],
"scripts": {
"version": "npm run build-dist",
"prepublishOnly": "npm run build-dist",
"test": "NODE_ENV=test npx mocha --timeout 5000 --require @babel/register ./test/*Test_mochaOnly.js ./test/*Test.js ./test/**/*Test.js ./test/**/**/*Test.js",

@@ -43,6 +52,3 @@ "test-coverage": "NODE_ENV=test COVERAGE=1 npx nyc --report-dir=build/coverage --reporter=lcov --reporter html npx mocha --timeout 5000 --require @babel/register --reporter progress ./test/*Test.js ./test/**/*Test.js ./test/**/**/*Test.js",

},
"author": "pithu",
"homepage": "https://js-joda.github.io/js-joda",
"license": "BSD-3-Clause",
"gitHead": "485c4b2be852563615e2d2a8c3f0bca22d86bcd4"
"gitHead": "cdc181e107e04638303605e304e78eaba5864ea0"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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