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

piral-debug-utils

Package Overview
Dependencies
Maintainers
2
Versions
676
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

piral-debug-utils - npm Package Compare versions

Comparing version 0.12.4 to 0.13.0-pre.2244

esm/debug.d.ts

15

package.json
{
"name": "piral-debug-utils",
"version": "0.12.4",
"version": "0.13.0-pre.2244",
"description": "Utilities for debugging Piral instances.",

@@ -17,5 +17,8 @@ "keywords": [

"license": "MIT",
"module": "esm/index.js",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"sideEffects": false,
"files": [
"esm",
"lib",

@@ -32,3 +35,5 @@ "src"

"scripts": {
"build": "tsc",
"build": "yarn build:commonjs && yarn build:esnext",
"build:commonjs": "tsc --project tsconfig.json --outDir lib --module commonjs",
"build:esnext": "tsc --project tsconfig.json --outDir esm --module esnext",
"typedoc": "typedoc --json ../../../docs/types/piral-debug-utils.json src --exclude \"src/**/*.test.*\"",

@@ -38,8 +43,8 @@ "test": "echo \"Error: run tests from root\" && exit 1"

"devDependencies": {
"piral-base": "^0.12.4"
"piral-base": "^0.13.0-pre.2244"
},
"peerDependencies": {
"piral-base": "0.12.x || 1.x"
"piral-base": "0.12.x || 0.13.x"
},
"gitHead": "e288b5b73b5047fe43777d4220724dab12363495"
"gitHead": "0fc650912ba35ea5e826c7fe4e70baab7d31c171"
}

@@ -1,2 +0,2 @@

import { isfunc, Pilet, PiletApiCreator, PiletLoader, PiletMetadata, PiletRequester, setupPilet } from 'piral-base';
import { isfunc, Pilet, PiletApiCreator, PiletLoader, PiletRequester, setupPilet } from 'piral-base';

@@ -3,0 +3,0 @@ export interface EmulatorConnectorOptions {

Sorry, the diff of this file is not supported yet

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