Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "xterm", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"ignore": [ | ||
@@ -9,5 +9,8 @@ "demo", | ||
], | ||
"main": "dist/xterm.js", | ||
"main": "lib/xterm.js", | ||
"repository": "https://github.com/sourcelair/xterm.js", | ||
"license": "MIT", | ||
"files": [ | ||
"lib" | ||
], | ||
"devDependencies": { | ||
@@ -30,2 +33,3 @@ "@types/chai": "^3.4.34", | ||
"sorcery": "^0.10.0", | ||
"tslint": "^4.0.2", | ||
"typescript": "^2.0.3" | ||
@@ -35,6 +39,8 @@ }, | ||
"start": "nodemon --watch src --watch addons --watch demo --exec bash -c './bin/build && node demo/app'", | ||
"test": "./bin/build && mocha --recursive ./out", | ||
"lint": "tslint src/**/*.ts", | ||
"test": "mocha --recursive ./lib", | ||
"build:docs": "jsdoc -c jsdoc.json", | ||
"build": "./bin/build" | ||
"build": "./bin/build", | ||
"prepublish": "tsc" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
4
1
478051
18
311943
42
6885
1
0