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

section-tests

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

section-tests - npm Package Compare versions

Comparing version 3.1.1 to 3.2.0

test/other.js

2

npm/src/Section.js

@@ -124,3 +124,3 @@ import type from '@distributed-systems/types/types.js';

// return a function that can be invoked by the user
const iface = this.createSection.bind(this);
const iface = this.continueSection.bind(this);

@@ -127,0 +127,0 @@

{
"name": "section-tests",
"version": "3.1.1",
"version": "3.2.0",
"description": "TDD for node.js",

@@ -5,0 +5,0 @@ "main": "npm/index.js",

@@ -124,3 +124,3 @@ import type from '../es-modules/distributed-systems/types/2.0.0+/types.js';

// return a function that can be invoked by the user
const iface = this.createSection.bind(this);
const iface = this.continueSection.bind(this);

@@ -127,0 +127,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