Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

inspector.js

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inspector.js - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

lib/inspectorjs-lib.js

5

package.json
{
"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",

2

test/mp4.spec.js
/* 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

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