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

xterm

Package Overview
Dependencies
Maintainers
2
Versions
1092
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xterm - npm Package Compare versions

Comparing version 3.15.0-beta4 to 3.15.0-beta5

lib/xterm.js.map

2

package.json
{
"name": "xterm",
"description": "Full xterm terminal, in your browser",
"version": "3.15.0-beta4",
"version": "3.15.0-beta5",
"main": "lib/xterm.js",

@@ -6,0 +6,0 @@ "types": "typings/xterm.d.ts",

@@ -16,2 +16,13 @@ /**

entry: './out/public/Terminal.js',
devtool: 'source-map',
module: {
rules: [
{
test: /\.js$/,
use: ["source-map-loader"],
enforce: "pre",
exclude: /node_modules/
}
]
},
resolve: {

@@ -18,0 +29,0 @@ modules: ['./node_modules'],

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