New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sprucelabs/jest-json-reporter

Package Overview
Dependencies
Maintainers
3
Versions
1382
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sprucelabs/jest-json-reporter - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

1

build/__tests__/Stringify.test.js

@@ -50,3 +50,2 @@ "use strict";

const uncycled = cycle_1.retrocycle(parsed);
console.log(uncycled);
test_1.assert.isEqual(uncycled.go, 'team');

@@ -53,0 +52,0 @@ test_1.assert.isEqual(uncycled.around, true);

2

build/JsonReporter.d.ts

@@ -33,2 +33,2 @@ import { AggregatedResult, Context, Reporter, Test, TestResult } from '@jest/reporters';

}
export {};
export * from './cycle';
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -45,2 +55,3 @@ exports.END_DIVIDER = exports.START_DIVIDER = void 0;

exports.default = JsonReporter;
__exportStar(require("./cycle"), exports);
//# sourceMappingURL=JsonReporter.js.map

@@ -9,3 +9,3 @@ {

],
"version": "6.0.0",
"version": "6.0.1",
"main": "./build/JsonReporter.js",

@@ -12,0 +12,0 @@ "types": "./build/JsonReporter.d.ts",

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