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

test630480

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

test630480 - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

dist/dist/index.d.ts

2

dist/index.d.ts

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

export {};
export { hello, someText } from "./some";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var some_1 = require("./some");
some_1.hello();
some_1.someText();
exports.hello = some_1.hello;
exports.someText = some_1.someText;
{
"name": "test630480",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

@@ -9,2 +9,3 @@ "main": "dist/index.js",

"prepublish": "tsc",
"test": "tsc",
"dev": "webpack-dev-server --mode development --open",

@@ -11,0 +12,0 @@ "build": "webpack --mode production"

@@ -11,3 +11,3 @@ //относительный путь, нужен только в output

//имя файля которое ждешь после сборки
filename: '[name].js',
filename: 'index.js',
//эта настройка для dev сервера, после добавления относительного путя сервер начинает работать.

@@ -14,0 +14,0 @@ publicPath: "dist"

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