inspector.js
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "inspector.js", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Javascript Library that implements MpegTS and MP4 demuxers.", | ||
@@ -9,4 +9,3 @@ "repository" : { | ||
}, | ||
"main": "./dist/inspector-lib.min.js", | ||
"types": "./dist/index.d.ts", | ||
"main": "./lib/inspector-lib.min.js", | ||
"scripts": { | ||
@@ -13,0 +12,0 @@ "start": "npm run server:dev", |
/* global describe, it, before */ | ||
import chai from 'chai'; | ||
import * as inspectorjs from '../dist/inspectorjs-lib.js'; | ||
import * as inspectorjs from '../lib/inspectorjs-lib.js'; | ||
@@ -6,0 +6,0 @@ chai.expect(); |
/* global describe, it, before */ | ||
import chai from 'chai'; | ||
import * as inspectorjs from '../dist/inspectorjs-lib.js'; | ||
import * as inspectorjs from '../lib/inspectorjs-lib.js'; | ||
@@ -6,0 +6,0 @@ chai.expect(); |
@@ -8,3 +8,3 @@ { | ||
"typeRoots": ["node_modules/@types"], | ||
"outDir": "dist", | ||
"outDir": "lib", | ||
"declaration": true, | ||
@@ -11,0 +11,0 @@ "sourceMap": true |
@@ -8,3 +8,3 @@ const path = require("path"); | ||
entryPoint: path.resolve(__dirname, 'src/index.ts'), | ||
bundles: path.resolve(__dirname, 'dist'), | ||
bundles: path.resolve(__dirname, 'lib'), | ||
} | ||
@@ -94,3 +94,3 @@ | ||
// map already include everything for debugging | ||
declaration: true, | ||
declaration: false, | ||
} | ||
@@ -97,0 +97,0 @@ }, { |
Sorry, the diff of this file is not supported yet
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
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
1285648
90
14664
2