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.14.0 to 3.14.1

dist/addons/fullscreen/fullscreen.css

6

gulpfile.js

@@ -42,2 +42,6 @@ /**

gulp.task('css-build', function() {
return gulp.src(`${srcDir}/**/*.css`).pipe(gulp.dest(buildDir));
});
gulp.task('watch-css', function() {

@@ -140,4 +144,4 @@ return gulp.watch(`${srcDir}/**/*.css`, ['css']);

gulp.task('build', ['css', 'sorcery', 'sorcery-addons']);
gulp.task('build', ['css', 'css-build', 'sorcery', 'sorcery-addons']);
gulp.task('test', ['mocha']);
gulp.task('default', ['build']);

4

package.json
{
"name": "xterm",
"description": "Full xterm terminal, in your browser",
"version": "3.14.0",
"version": "3.14.1",
"main": "lib/public/Terminal.js",

@@ -73,2 +73,2 @@ "types": "typings/xterm.d.ts",

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