jest-docblock
Advanced tools
Comparing version 24.0.0 to 24.2.0
@@ -12,6 +12,6 @@ 'use strict'; | ||
function _detectNewline() { | ||
const data = _interopRequireDefault(require('detect-newline')); | ||
function _os() { | ||
const data = require('os'); | ||
_detectNewline = function _detectNewline() { | ||
_os = function _os() { | ||
return data; | ||
@@ -23,6 +23,6 @@ }; | ||
function _os() { | ||
const data = require('os'); | ||
function _detectNewline() { | ||
const data = _interopRequireDefault(require('detect-newline')); | ||
_os = function _os() { | ||
_detectNewline = function _detectNewline() { | ||
return data; | ||
@@ -43,4 +43,2 @@ }; | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
* | ||
*/ | ||
@@ -47,0 +45,0 @@ const commentEndRe = /\*\/$/; |
{ | ||
"name": "jest-docblock", | ||
"version": "24.0.0", | ||
"version": "24.2.0", | ||
"repository": { | ||
@@ -14,6 +14,9 @@ "type": "git", | ||
}, | ||
"devDependencies": { | ||
"@types/detect-newline": "^2.1.0" | ||
}, | ||
"engines": { | ||
"node": ">= 6" | ||
}, | ||
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" | ||
"gitHead": "d23f1ef18567763ab0133372e376ae5026a23d4b" | ||
} |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
9556
7
151
1
1