Socket
Socket
Sign inDemoInstall

class-mocker

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

dist/src/index.d.ts

2

dist/index.d.ts

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

export * from './src/mock';
export * from './src';

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

Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./src/mock"));
__export(require("./src"));
//# sourceMappingURL=index.js.map

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

export * from './src/mock';
export * from './src';
{
"name": "class-mocker",
"version": "1.0.1",
"version": "1.0.2",
"description": "Class-mocker is library for mocking dependencies.",

@@ -19,2 +19,3 @@ "keywords": [

"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {

@@ -21,0 +22,0 @@ "test": "jest",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc