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

webpack-runtime-public-path-plugin

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-runtime-public-path-plugin - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

4

index.js

@@ -20,4 +20,4 @@ /**

buf.push('// Dynamic assets path override (webpack-runtime-public-path-plugin)');
buf.push(this.requireFn + '.p = (' + runtimePublicPathStr + ') || ' + this.requireFn + '.p;');
return this.asString(buf);
buf.push('__webpack_require__.p = (' + runtimePublicPathStr + ') || __webpack_require__p;');
return buf.join('\n');
});

@@ -24,0 +24,0 @@ });

{
"name": "webpack-runtime-public-path-plugin",
"version": "1.0.0",
"version": "1.1.0",
"description": "",

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

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