New: Introducing PHP and Composer Support.Read the Announcement
Socket
Book a DemoInstallSign in
Socket

jsonpscriptsrc-extract-plugin

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

jsonpscriptsrc-extract-plugin

extract chunkId Object to File from `jsonpscriptsrc` function

unpublished
latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

jsonpscriptsrc-extract-plugin

extract chunkId Object to File from jsonpscriptsrc function

Before

// js File
function jsonpScriptSrc() {
    return __webpack_require__.p + "" + ({}[chunkId] || chunkId) + "-" + {...} [chunkId] + ".chunk.js"
}

After

// json File
{"0":"0-2b10c240", ...}

License

MIT Licensed Copyright (c) 2022 Iftek

FAQs

Package last updated on 05 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts