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

@andreasonny83/test-npm-package

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@andreasonny83/test-npm-package - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

dist/index.d.ts

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

export { version } from './version';
export { version, testNpmPackageVersion } from './version';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.testNpmPackageVersion = exports.version = void 0;
var version_1 = require("./version");
Object.defineProperty(exports, "version", { enumerable: true, get: function () { return version_1.version; } });
Object.defineProperty(exports, "testNpmPackageVersion", { enumerable: true, get: function () { return version_1.testNpmPackageVersion; } });
{
"name": "@andreasonny83/test-npm-package",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

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

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

export { version } from './version';
export { version, testNpmPackageVersion } from './version';
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