Socket
Socket
Sign inDemoInstall

@blueprintjs/datetime

Package Overview
Dependencies
Maintainers
1
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blueprintjs/datetime - npm Package Compare versions

Comparing version 5.2.5 to 5.2.6

30

package.json
{
"name": "@blueprintjs/datetime",
"version": "5.2.5",
"version": "5.2.6",
"description": "Components for interacting with dates and times",

@@ -20,3 +20,3 @@ "main": "lib/cjs/index.js",

"scripts": {
"clean": "rm -rf dist/* && rm -rf lib/*",
"clean": "rm -rf dist/* || rm -rf lib/* || true",
"compile": "run-p \"compile:*\"",

@@ -27,6 +27,6 @@ "compile:esm": "tsc -p ./src",

"compile:css": "sass-compile ./src",
"dev": "run-p \"compile:esm -- --watch\" \"compile:css -- --watch\"",
"dev": "run-p \"compile:esm --watch\" \"compile:css --watch\"",
"dist": "run-s \"dist:*\"",
"dist:bundle": "cross-env NODE_ENV=production webpack",
"dist:css": "css-dist lib/css/*.css",
"dist:bundle": "NODE_ENV=production webpack",
"dist:css": "css-dist lib/css",
"dist:verify": "assert-package-layout",

@@ -45,5 +45,5 @@ "lint": "run-p lint:scss lint:es",

"dependencies": {
"@blueprintjs/core": "^5.6.0",
"@blueprintjs/icons": "^5.3.0",
"@blueprintjs/select": "^5.0.17",
"@blueprintjs/core": "workspace:^",
"@blueprintjs/icons": "workspace:^",
"@blueprintjs/select": "workspace:^",
"classnames": "^2.3.1",

@@ -67,9 +67,9 @@ "date-fns": "^2.28.0",

"devDependencies": {
"@blueprintjs/colors": "^5.0.5",
"@blueprintjs/karma-build-scripts": "^5.2.0",
"@blueprintjs/node-build-scripts": "^8.1.0",
"@blueprintjs/test-commons": "^2.1.3",
"@types/lodash": "~4.14.191",
"@blueprintjs/colors": "workspace:^",
"@blueprintjs/karma-build-scripts": "workspace:^",
"@blueprintjs/node-build-scripts": "workspace:^",
"@blueprintjs/test-commons": "workspace:^",
"@types/lodash": "~4.14.201",
"enzyme": "^3.11.0",
"karma": "^6.4.1",
"karma": "^6.4.2",
"mocha": "^10.2.0",

@@ -81,3 +81,3 @@ "npm-run-all": "^4.1.5",

"typescript": "~5.2.2",
"webpack-cli": "^5.0.1"
"webpack-cli": "^5.1.4"
},

@@ -84,0 +84,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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