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

valtech-lib

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

valtech-lib - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/ValButton.d.ts

2

dist/index.d.ts

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

export declare const testPackage: () => string;
export { default as ValButton } from "./ValButton";
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.testPackage = void 0;
const testPackage = () => {
return "Hello World!";
};
exports.testPackage = testPackage;
exports.ValButton = void 0;
var ValButton_1 = require("./ValButton");
Object.defineProperty(exports, "ValButton", { enumerable: true, get: function () { return __importDefault(ValButton_1).default; } });
{
"name": "valtech-lib",
"version": "1.0.2",
"version": "1.0.3",
"description": "interview exercise",

@@ -5,0 +5,0 @@ "main": "dist/index.ts",

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