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

@ember-template-lint/todo-utils

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ember-template-lint/todo-utils - npm Package Compare versions

Comparing version 9.1.0 to 9.1.1

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## v9.1.1 (2021-06-10)
#### :bug: Bug Fix
* [#247](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/247) Exporting new date-utils APIs ([@scalvert](https://github.com/scalvert))
#### Committers: 1
- Steve Calvert ([@scalvert](https://github.com/scalvert))
## v9.1.0 (2021-06-10)

@@ -2,0 +11,0 @@

2

lib/index.d.ts

@@ -5,4 +5,4 @@ export { _buildTodoDatum, buildTodoData } from './builders';

export { getSeverity } from './get-severity';
export { getDatePart, isExpired } from './date-utils';
export { getDatePart, isExpired, differenceInDays, format } from './date-utils';
export * from './types';
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isExpired = exports.getDatePart = exports.getSeverity = exports.getTodoConfig = exports.writeTodosSync = exports.readTodosForFilePathSync = exports.readTodosSync = exports.getTodoBatchesSync = exports.ensureTodoStorageDirSync = exports.applyTodoChangesSync = exports.writeTodos = exports.readTodosForFilePath = exports.readTodos = exports.todoFilePathFor = exports.todoFileNameFor = exports.todoDirFor = exports.todoStorageDirExists = exports.getTodoBatches = exports.getTodoStorageDirPath = exports.ensureTodoStorageDir = exports.applyTodoChanges = exports.buildTodoData = exports._buildTodoDatum = void 0;
exports.format = exports.differenceInDays = exports.isExpired = exports.getDatePart = exports.getSeverity = exports.getTodoConfig = exports.writeTodosSync = exports.readTodosForFilePathSync = exports.readTodosSync = exports.getTodoBatchesSync = exports.ensureTodoStorageDirSync = exports.applyTodoChangesSync = exports.writeTodos = exports.readTodosForFilePath = exports.readTodos = exports.todoFilePathFor = exports.todoFileNameFor = exports.todoDirFor = exports.todoStorageDirExists = exports.getTodoBatches = exports.getTodoStorageDirPath = exports.ensureTodoStorageDir = exports.applyTodoChanges = exports.buildTodoData = exports._buildTodoDatum = void 0;
const tslib_1 = require("tslib");

@@ -33,3 +33,5 @@ var builders_1 = require("./builders");

Object.defineProperty(exports, "isExpired", { enumerable: true, get: function () { return date_utils_1.isExpired; } });
Object.defineProperty(exports, "differenceInDays", { enumerable: true, get: function () { return date_utils_1.differenceInDays; } });
Object.defineProperty(exports, "format", { enumerable: true, get: function () { return date_utils_1.format; } });
tslib_1.__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@ember-template-lint/todo-utils",
"version": "9.1.0",
"version": "9.1.1",
"repository": "https://github.com/ember-template-lint/ember-template-lint-todo-utils.git",

@@ -5,0 +5,0 @@ "license": "MIT",

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