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

react-timezone-select

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-timezone-select - npm Package Compare versions

Comparing version 1.4.1 to 1.5.1

dist/index.cjs

27

package.json
{
"name": "react-timezone-select",
"version": "1.4.1",
"version": "1.5.1",
"description": "Usable, dynamic React Timezone Select",

@@ -9,3 +9,3 @@ "scripts": {

"postpublish": "npm run build:example && npm run deploy",
"build": "rollup -c",
"build": "tsup src/index.tsx --format cjs,esm --dts",
"build:example": "cd example && npm run build",

@@ -16,3 +16,2 @@ "deploy": "gh-pages -d example/dist",

"test:ci": "jest --ci ",
"pretty-quick": "pretty-quick --staged",
"tsc": "tsc"

@@ -41,9 +40,9 @@ },

"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/dist/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
"import": "./index.js",
"require": "./index.cjs"
}

@@ -61,5 +60,3 @@ },

"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.0",
"@babel/core": "^7.20.7",
"@testing-library/jest-dom": "^5.16.1",

@@ -72,3 +69,4 @@ "@testing-library/react": "^12.1.2",

"concurrently": "^7.0.0",
"esbuild": "^0.14.11",
"esbuild": "^0.16.12",
"esbuild-jest": "^0.5.0",
"eslint": "^8.36.0",

@@ -82,8 +80,5 @@ "eslint-config-prettier": "^8.8.0",

"react-dom": "^17",
"rollup": "^2.67.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"simple-git-hooks": "^2.7.0",
"ts-jest": "^27.1.3",
"tsup": "^6.5.0",
"typescript": "^4.5.5"

@@ -90,0 +85,0 @@ },

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