Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npm-test4-ta

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-test4-ta - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

lib/EmployeeModal.d.ts

4

lib/index.d.ts

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

import HelloWorld from "./HelloWorld";
export { HelloWorld };
import EmployeeModal from "./EmployeeModal";
export { EmployeeModal };

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.HelloWorld = void 0;
const HelloWorld_1 = __importDefault(require("./HelloWorld"));
exports.HelloWorld = HelloWorld_1.default;
exports.EmployeeModal = void 0;
const EmployeeModal_1 = __importDefault(require("./EmployeeModal"));
exports.EmployeeModal = EmployeeModal_1.default;
{
"name": "npm-test4-ta",
"version": "1.0.2",
"version": "1.0.3",
"description": "Module to test module creation",

@@ -23,2 +23,2 @@ "main": "./lib/index.js",

}
}
}
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