date-duration
Advanced tools
Comparing version 1.7.1 to 1.8.0
@@ -20,8 +20,10 @@ "use strict"; | ||
require("core-js/modules/web.dom.iterable"); | ||
require("core-js/modules/es6.array.iterator"); | ||
require("core-js/modules/es6.object.to-string"); | ||
require("core-js/modules/es6.object.keys"); | ||
require("core-js/modules/web.dom.iterable"); | ||
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty")); | ||
@@ -121,3 +123,3 @@ | ||
if (!iso) { | ||
throw new Error("Invalid duration: no input"); | ||
throw new Error('Invalid duration: no input'); | ||
} | ||
@@ -124,0 +126,0 @@ |
{ | ||
"name": "date-duration", | ||
"version": "1.7.1", | ||
"version": "1.8.0", | ||
"description": "Manipulate Date objects with ISO 8601-formatted durations", | ||
@@ -39,18 +39,17 @@ "main": "dist/duration.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.3", | ||
"@babel/core": "^7.3.3", | ||
"@babel/plugin-transform-runtime": "^7.2.0", | ||
"@babel/preset-env": "^7.3.1", | ||
"@babel/register": "^7.0.0", | ||
"eslint": "^5.14.1", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-node": "^8.0.1", | ||
"eslint-plugin-promise": "^4.0.1", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"mocha": "^6.0.0" | ||
"@babel/cli": "^7.5.5", | ||
"@babel/core": "^7.5.5", | ||
"@babel/plugin-transform-runtime": "^7.5.5", | ||
"@babel/preset-env": "^7.5.5", | ||
"@babel/register": "^7.5.5", | ||
"eslint": "^6.2.2", | ||
"eslint-config-standard": "^14.1.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-node": "^9.1.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"mocha": "^6.2.0" | ||
}, | ||
"dependencies": { | ||
"@babel/polyfill": "^7.2.5", | ||
"@babel/runtime": "^7.3.1", | ||
"@babel/runtime": "^7.5.5", | ||
"debug": ">=3.2.6 || >= 4.1.1" | ||
@@ -57,0 +56,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20111
2
187
- Removed@babel/polyfill@^7.2.5
- Removed@babel/polyfill@7.12.1(transitive)
- Removedcore-js@2.6.12(transitive)
- Removedregenerator-runtime@0.13.11(transitive)
Updated@babel/runtime@^7.5.5