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

moment-timezone-data-webpack-plugin

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

moment-timezone-data-webpack-plugin - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

12

package.json
{
"name": "moment-timezone-data-webpack-plugin",
"version": "1.5.0",
"version": "1.5.1",
"description": "Remove unneeded data from moment-timezone in a webpack build",

@@ -38,5 +38,5 @@ "main": "src/index.js",

"devDependencies": {
"@types/webpack": "^4.41.26",
"@types/webpack": "^5.28.0",
"del": "^5.0.0",
"eslint": "^6.0.1",
"eslint": "^8.20.0",
"glob": "^7.1.3",

@@ -46,3 +46,3 @@ "intelli-espower-loader": "^1.0.1",

"memfs": "^3.2.0",
"mocha": "^7.0.1",
"mocha": "^9.2.2",
"moment": "^2.23.0",

@@ -52,5 +52,5 @@ "moment-locales-webpack-plugin": "^1.0.7",

"power-assert": "^1.6.1",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0"
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}

@@ -149,3 +149,3 @@ const crypto = require('crypto');

const key = cacheKey(tzdata, config);
const filename = crypto.createHash('md4')
const filename = crypto.createHash('md5')
.update(key)

@@ -152,0 +152,0 @@ .digest('hex') + '.json';

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