Socket
Socket
Sign inDemoInstall

jest-docblock

Package Overview
Dependencies
1
Maintainers
5
Versions
112
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 24.0.0 to 24.2.0-alpha.0

build/index.d.ts

14

build/index.js

@@ -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-alpha.0",
"repository": {

@@ -14,6 +14,12 @@ "type": "git",

},
"devDependencies": {
"@types/detect-newline": "^2.1.0"
},
"engines": {
"node": ">= 6"
},
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60"
"publishConfig": {
"access": "public"
},
"gitHead": "800f2f803d01c8ae194d71b251e4965dd70e5bf2"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc