New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@locker/rollup-plugin

Package Overview
Dependencies
Maintainers
3
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@locker/rollup-plugin - npm Package Compare versions

Comparing version 0.10.4-test.5 to 0.10.4-test.6

8

index.js

@@ -33,5 +33,13 @@ const path = require('path');

}
// Compile module files only?
if (mergedPluginOptions.modulesOnly && !isModule(src)) {
return null;
}
// Report back info about the file to be compiled
if (typeof mergedPluginOptions.reportCallback === 'function') {
mergedPluginOptions.reportCallback({
namespace: mergedPluginOptions.namespaceName,
srcpath: id,
});
}

@@ -38,0 +46,0 @@ return compiler.compile(src, {

6

package.json
{
"name": "@locker/rollup-plugin",
"version": "0.10.4-test.5",
"version": "0.10.4-test.6",
"license": "Salesforce Developer Agreement",

@@ -12,3 +12,3 @@ "author": "Salesforce.com",

"dependencies": {
"@locker/compiler": "0.10.4-test.5"
"@locker/compiler": "0.10.4-test.6"
},

@@ -26,3 +26,3 @@ "devDependencies": {

},
"gitHead": "b00819ebcbc92f5ba1ba881a1fc3059fb6cae539"
"gitHead": "7ca8f738f9b8b8c14b18326cea96c7b79069851b"
}
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