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

@nextcloud/timezones

Package Overview
Dependencies
Maintainers
13
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextcloud/timezones - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

dist/index.cjs

7

package.json
{
"name": "@nextcloud/timezones",
"description": "A small library containing common time zone logic and data",
"version": "0.1.0",
"version": "0.1.1",
"license": "AGPL-3.0-or-later",

@@ -19,6 +19,7 @@ "homepage": "https://github.com/nextcloud-libraries/timezones",

"type": "module",
"main": "dist/index.mjs",
"main": "dist/index.cjs",
"exports": {
".": {
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},

@@ -25,0 +26,0 @@ "./resources/timezones/zones.json": "./resources/timezones/zones.json"

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