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

@phensley/timezone

Package Overview
Dependencies
Maintainers
1
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phensley/timezone - npm Package Compare versions

Comparing version 0.17.6 to 0.18.0-next.0

4

lib-es/index.js

@@ -1,2 +0,2 @@

import * as tslib_1 from "tslib";
import { __assign } from "tslib";
import { rawdata } from './autogen.zonedata';

@@ -84,3 +84,3 @@ import { binarySearch } from '@phensley/cldr-utils';

// const res = isutc ? r.fromUTC(t) : r.fromWall(t);
return tslib_1.__assign({}, res, { zoneid: zoneid });
return __assign(__assign({}, res), { zoneid: zoneid });
}

@@ -87,0 +87,0 @@ return undefined;

@@ -86,3 +86,3 @@ "use strict";

// const res = isutc ? r.fromUTC(t) : r.fromWall(t);
return tslib_1.__assign({}, res, { zoneid: zoneid });
return tslib_1.__assign(tslib_1.__assign({}, res), { zoneid: zoneid });
}

@@ -89,0 +89,0 @@ return undefined;

{
"name": "@phensley/timezone",
"version": "0.17.6",
"version": "0.18.0-next.0",
"description": "Compact timezone lib based on tz database",

@@ -38,4 +38,4 @@ "main": "lib/index.js",

"dependencies": {
"@phensley/cldr-utils": "0.17.6",
"tslib": "^1.9.3"
"@phensley/cldr-utils": "0.18.0-next.0",
"tslib": "1.10.x"
},

@@ -57,3 +57,3 @@ "devDependencies": {

"tslint-no-circular-imports": "^0.7.0",
"typescript": "3.5.x",
"typescript": "3.6.x",
"uglify-es": "^3.3.9",

@@ -75,3 +75,3 @@ "yargs": "11.0.0"

},
"gitHead": "9fbc65f00cc724594a599178a5bea4caac502e65"
"gitHead": "0c65c25c2ddc82e171d732109c11702f3bef09ce"
}

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