date-cruncher
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -1,1 +0,1 @@ | ||
{"symbols":{"IEvent":{"hasNamespace":false,"type":1,"moduleName":"ievent.interface.d","relativePath":"src/interfaces/ievent.interface.d"},"DateMathExpression":{"hasNamespace":false,"type":0,"moduleName":"date-math-expression","relativePath":"src/classes/date-math-expression"},"DateOrdinal":{"hasNamespace":false,"type":0,"moduleName":"date-ordinal.d","relativePath":"src/classes/date-ordinal.d"},"DateCruncher":{"hasNamespace":false,"type":0,"moduleName":"date-cruncher.d","relativePath":"src/classes/date-cruncher.d"}},"files":{"src/enums.ts":"2016-09-07T15:59:39.716Z","src/classes.ts":"2016-09-07T18:52:15.252Z","src/interfaces/ievent.interface.ts":"2016-09-05T16:37:47.259Z","src/interfaces/index.ts":"2016-09-05T16:37:47.259Z","src/index.ts":"2016-10-13T16:54:36.618Z","src/enums/months-of-the-year.ts":"2016-09-05T16:37:47.258Z","src/enums/days-of-the-week.ts":"2016-09-05T16:37:47.258Z","src/enums/index.ts":"2016-09-05T16:37:47.258Z","src/interfaces.ts":"2016-09-07T15:59:32.353Z","src/classes/date-ordinal.ts":"2016-09-07T15:31:51.020Z","src/classes/date-math-expression.ts":"2016-09-07T15:31:59.837Z","src/classes/date-cruncher.ts":"2016-09-07T20:15:42.945Z","src/classes/index.ts":"2016-09-07T18:52:20.639Z"}} | ||
{"symbols":{"IEvent":{"hasNamespace":false,"type":1,"moduleName":"ievent.interface.d","relativePath":"dist/interfaces/ievent.interface.d"},"DateOrdinal":{"hasNamespace":false,"type":0,"moduleName":"date-ordinal.d","relativePath":"dist/classes/date-ordinal.d"},"DateCruncher":{"hasNamespace":false,"type":0,"moduleName":"date-cruncher.d","relativePath":"dist/classes/date-cruncher.d"},"DateMathExpression":{"hasNamespace":false,"type":0,"moduleName":"date-math-expression.d","relativePath":"dist/classes/date-math-expression.d"}},"files":{"src/interfaces/ievent.interface.ts":"2016-10-13T22:37:00.601Z","src/index.ts":"2016-11-29T21:07:45.679Z","src/enums/months-of-the-year.ts":"2016-10-13T22:37:00.601Z","src/enums/days-of-the-week.ts":"2016-10-13T22:37:00.601Z","src/classes/date-ordinal.ts":"2016-10-13T22:37:00.600Z","src/classes/date-math-expression.ts":"2016-10-13T22:37:00.600Z","src/classes/date-cruncher.ts":"2016-10-13T22:37:00.600Z","dist/enums/days-of-the-week.d.ts":"2016-11-29T21:17:30.411Z","dist/enums/months-of-the-year.d.ts":"2016-11-29T21:17:30.412Z","dist/interfaces/ievent.interface.d.ts":"2016-11-29T21:17:30.414Z","dist/classes/date-ordinal.d.ts":"2016-11-29T21:17:30.431Z","dist/classes/date-math-expression.d.ts":"2016-11-29T21:17:30.436Z","dist/classes/date-cruncher.d.ts":"2016-11-29T21:17:30.466Z","dist/index.d.ts":"2016-11-29T21:17:30.473Z"}} |
@@ -1,6 +0,6 @@ | ||
export * from './classes/date-cruncher'; | ||
export * from './classes/date-math-expression'; | ||
export * from './classes/date-ordinal'; | ||
export * from './enums/days-of-the-week'; | ||
export * from './enums/months-of-the-year'; | ||
export * from './interfaces/ievent.interface'; | ||
export { DateCruncher } from './classes/date-cruncher'; | ||
export { DateMathExpression } from './classes/date-math-expression'; | ||
export { DateOrdinal } from './classes/date-ordinal'; | ||
export { DaysOfTheWeek } from './enums/days-of-the-week'; | ||
export { MonthsOfTheYear } from './enums/months-of-the-year'; | ||
export { IEvent } from './interfaces/ievent.interface'; |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
__export(require('./classes/date-cruncher')); | ||
__export(require('./classes/date-math-expression')); | ||
__export(require('./classes/date-ordinal')); | ||
__export(require('./enums/days-of-the-week')); | ||
__export(require('./enums/months-of-the-year')); | ||
var date_cruncher_1 = require('./classes/date-cruncher'); | ||
exports.DateCruncher = date_cruncher_1.DateCruncher; | ||
var date_math_expression_1 = require('./classes/date-math-expression'); | ||
exports.DateMathExpression = date_math_expression_1.DateMathExpression; | ||
var date_ordinal_1 = require('./classes/date-ordinal'); | ||
exports.DateOrdinal = date_ordinal_1.DateOrdinal; | ||
var days_of_the_week_1 = require('./enums/days-of-the-week'); | ||
exports.DaysOfTheWeek = days_of_the_week_1.DaysOfTheWeek; | ||
var months_of_the_year_1 = require('./enums/months-of-the-year'); | ||
exports.MonthsOfTheYear = months_of_the_year_1.MonthsOfTheYear; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "date-cruncher", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "a string-centric date calculator.", | ||
"main": "dist/index.js", | ||
"main": "bundles/date-cruncher.umd.js", | ||
"typings": "dist/index.d.ts", | ||
"scripts": { | ||
@@ -24,5 +25,8 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"dependencies": { | ||
"typescript": "^1.8.10", | ||
"typescript-collections": "^1.1.2" | ||
}, | ||
"devDependencies": { | ||
"systemjs-builder": "^0.15.34", | ||
"typescript": "^2.0.10" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
260966
1
4685
2
28
2
2
- Removedtypescript@^1.8.10
- Removedtypescript@1.8.10(transitive)