Socket
Socket
Sign inDemoInstall

darkskyapi-ts

Package Overview
Dependencies
7
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

2

dist/lib/misc/util.js

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

*/
exports.DARKSKY_DATE_FORMAT = 'yyyy-MM-ddTHH:mm:ssXX';
exports.DARKSKY_DATE_FORMAT = "yyyy-MM-dd'T'HH:mm:ssXX";
/**

@@ -14,0 +14,0 @@ * Takes a string or a Date and formats it to what DarkSky's API is expecting.

@@ -5,3 +5,3 @@ import { NumberString, TimeMachineRequest } from '../types';

*/
export declare const DARKSKY_DATE_FORMAT = "yyyy-MM-ddTHH:mm:ssXX";
export declare const DARKSKY_DATE_FORMAT = "yyyy-MM-dd'T'HH:mm:ssXX";
/**

@@ -8,0 +8,0 @@ * Takes a string or a Date and formats it to what DarkSky's API is expecting.

{
"name": "darkskyapi-ts",
"version": "1.0.4",
"version": "1.0.5",
"description": "A wrapper for DarkSky.net API written in Typescript",

@@ -58,16 +58,16 @@ "keywords": [

"devDependencies": {
"@commitlint/cli": "8.1.0",
"@commitlint/config-conventional": "8.1.0",
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"@types/jest": "24.0.18",
"@types/node": "12.7.2",
"colors": "1.3.3",
"@types/node": "12.7.5",
"colors": "1.4.0",
"commitizen": "4.0.3",
"concurrently": "4.1.2",
"coveralls": "3.0.6",
"cross-env": "5.2.0",
"cross-env": "6.0.0",
"cz-conventional-changelog": "3.0.2",
"husky": "3.0.4",
"husky": "3.0.5",
"jest": "24.9.0",
"jest-config": "24.9.0",
"lint-staged": "9.2.5",
"lint-staged": "9.3.0",
"lodash.camelcase": "4.3.0",

@@ -78,3 +78,3 @@ "prettier": "1.18.2",

"rimraf": "3.0.0",
"rollup": "1.20.3",
"rollup": "1.21.4",
"rollup-plugin-commonjs": "10.1.0",

@@ -86,9 +86,9 @@ "rollup-plugin-json": "4.0.0",

"rollup-plugin-sourcemaps": "0.4.2",
"rollup-plugin-typescript2": "0.23.0",
"rollup-plugin-uglify": "6.0.2",
"rollup-plugin-typescript2": "0.24.2",
"rollup-plugin-uglify": "6.0.3",
"semantic-release": "15.13.24",
"shelljs": "0.8.3",
"ts-jest": "24.0.2",
"ts-node": "8.3.0",
"tslint": "5.19.0",
"ts-jest": "24.1.0",
"ts-node": "8.4.1",
"tslint": "5.20.0",
"tslint-config-prettier": "1.18.0",

@@ -95,0 +95,0 @@ "tslint-config-standard": "8.0.1",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc