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

bytenode-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bytenode-webpack-plugin - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

index.js

@@ -21,3 +21,3 @@ const Module = require('module')

// Compile them to v8 bytecode and emit them as .jsc files
let source = compilation.assets[filename]._value
let source = compilation.assets[filename].source()
if (this.options.compileAsModule) {

@@ -24,0 +24,0 @@ source = Module.wrap(source)

{
"name": "bytenode-webpack-plugin",
"version": "1.0.4",
"version": "1.0.5",
"description": "Compiles JS files to V8 bytecode.",

@@ -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