valtech-lib
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -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", |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
1264
5
17
0