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 8.0.0-beta.1 to 8.0.0-beta.2

9

CHANGELOG.md

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

## v8.0.0-beta.2 (2021-02-02)
#### :bug: Bug Fix
* [#87](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/87) Fixes typo when writing todoConfig ([@scalvert](https://github.com/scalvert))
#### Committers: 1
- Steve Calvert ([@scalvert](https://github.com/scalvert))
## v8.0.0-beta.1 (2021-02-02)

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

2

lib/todo-config.js

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

pkg.lintTodo = {
decayDays: todoConfig,
daysToDecay: todoConfig,
};

@@ -84,0 +84,0 @@ let updatedContents = JSON.stringify(pkg, undefined, 2);

{
"name": "@ember-template-lint/todo-utils",
"version": "8.0.0-beta.1",
"version": "8.0.0-beta.2",
"repository": "https://github.com/ember-template-lint/ember-template-lint-todo-utils.git",

@@ -28,4 +28,4 @@ "license": "MIT",

"@types/tmp": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"date-fns": "^2.16.1",

@@ -32,0 +32,0 @@ "eslint": "^7.19.0",

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