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

test-ipfs-example

Package Overview
Dependencies
Maintainers
3
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.1.0 to 1.2.0

10

bin/test-browser-example.js

@@ -11,5 +11,7 @@ #! /usr/bin/env node

// run tests
await execa('npx', ['playwright', 'test', ...process.argv.slice(2)], {
stdio: 'inherit'
})
for (const file of process.argv.slice(2)) {
// run test
await execa('npx', ['playwright', 'test', file], {
stdio: 'inherit'
})
}

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

// run tests
await execa('node', [...process.argv.slice(2)], {
stdio: 'inherit'
})
for (const file of process.argv.slice(2)) {
// run test
await execa('node', [file], {
stdio: 'inherit'
})
}

2

dist/src/browser/servers.js

@@ -19,3 +19,3 @@ import polka from 'polka';

const staticFiles = sirv(configuration.path, {
maxAge: 31536000,
maxAge: 31536000, // 1Y
immutable: true

@@ -22,0 +22,0 @@ });

{
"name": "test-ipfs-example",
"version": "1.1.0",
"version": "1.2.0",
"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",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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