New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

timezone-date.ts

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

timezone-date.ts - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

dist/cjs/timezone-date.d.ts

29

package.json
{
"name": "timezone-date.ts",
"version": "1.0.0",
"version": "1.1.0",
"description": "Enhancement of Date class with better timezone support",

@@ -15,15 +15,18 @@ "keywords": [

"license": "BSD-2-Clause",
"main": "dist/timezone-date.min.js",
"types": "dist/timezone-date.d.ts",
"main": "dist/cjs/timezone-date.min.js",
"types": "dist/cjs/timezone-date.d.ts",
"module": "dist/esm/timezone-date.js",
"scripts": {
"test": "npm run rawtest",
"clean": "rimraf dist",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"postformat": "tslint -p . --fix",
"prebuild": "npm run clean",
"build": "tsc -p tsconfig.build.json",
"postbuild": "minify dist/timezone-date.js > dist/timezone-date.min.js",
"pretest": "npm run format && npm run build",
"rawtest": "ts-node test/index.ts",
"prepublishOnly": "npm run rawtest && npm run build"
"format": "run-s prettier tslint",
"prettier": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"tslint": "tslint -p . --fix",
"build": "run-s clean tsc minify",
"tsc": "run-p tsc:*",
"tsc:cjs": "tsc -p tsconfig.cjs.json",
"tsc:esm": "tsc -p tsconfig.esm.json",
"minify": "minify dist/cjs/timezone-date.js > dist/cjs/timezone-date.min.js",
"test": "run-s format build test:ts",
"test:ts": "ts-node test/index.ts",
"prepublishOnly": "run-s test:ts build"
},

@@ -38,3 +41,2 @@ "husky": {

],
"dependencies": {},
"devDependencies": {

@@ -44,2 +46,3 @@ "@types/node": "*",

"minify": "^6.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",

@@ -46,0 +49,0 @@ "rimraf": "^3.0.2",

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