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.4 to 0.0.5

9

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

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