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.7 to 1.0.8

dist/types/index.d.ts

9

package.json
{
"name": "test630480",
"version": "1.0.7",
"version": "1.0.8",
"description": "",

@@ -17,11 +17,12 @@ "main": "dist/index.js",

"devDependencies": {
"@types/jquery": "^3.3.4",
"dts-bundle": "^0.7.3",
"jquery": "^3.3.1",
"ts-loader": "^4.4.2",
"typescript": "2.9.2",
"jquery": "^3.3.1",
"webpack": "^4.14.0",
"webpack-cli": "3.0.8",
"webpack-dev-server": "^3.1.4",
"@types/jquery": "^3.3.4"
"webpack-dev-server": "^3.1.4"
},
"dependencies": {}
}
//относительный путь, нужен только в output
const path = require("path");
const libraryName = 'test630480';
const conf = {

@@ -13,3 +13,4 @@ //файл который надо считывать, без точки спереди не работает.

//эта настройка для dev сервера, после добавления относительного путя сервер начинает работать.
publicPath: "dist"
publicPath: "dist",
library: libraryName
},

@@ -31,3 +32,3 @@ devServer: {

]
}
},
}

@@ -43,2 +44,2 @@

return conf;
}
}

Sorry, the diff of this file is too big to display

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