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

test-ipfs-example

Package Overview
Dependencies
Maintainers
0
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

test-ipfs-example - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

14

bin/test-browser-example.js

@@ -6,6 +6,12 @@ #! /usr/bin/env node

// install deps
await execa('npx', ['-y', 'playwright', 'install', '--with-deps'], {
stdio: 'inherit'
})
try {
// install deps
await execa('npx', ['-y', 'playwright', 'install', '--with-deps'], {
stdio: 'inherit'
})
} catch (err) {
if (!err.message.includes('Could not get lock')) {
throw err
}
}

@@ -12,0 +18,0 @@ for (const file of process.argv.slice(2)) {

{
"name": "test-ipfs-example",
"version": "1.3.1",
"version": "1.3.2",
"description": "A test suite for testing examples using playwright for browsers and simple output matching for node",

@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT",

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