inspector.js
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "inspector.js", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Javascript Library that implements MpegTS and MP4 demuxers.", | ||
"main": "index.ts", | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/epiclabs-io/inspector.js" | ||
}, | ||
"main": "./dist/inspector-lib.min.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
@@ -7,0 +12,0 @@ "start": "npm run server:dev", |
@@ -6,3 +6,2 @@ { | ||
"lib": ["es2015", "dom"], | ||
"moduleResolution": "commonjs", | ||
"forceConsistentCasingInFileNames": true, | ||
@@ -9,0 +8,0 @@ "typeRoots": ["node_modules/@types"], |
@@ -93,3 +93,3 @@ const path = require("path"); | ||
// map already include everything for debugging | ||
declaration: false, | ||
declaration: true, | ||
} | ||
@@ -96,0 +96,0 @@ }, { |
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2
0
0
420881
68
12042