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

@-0/utils

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@-0/utils - npm Package Compare versions

Comparing version 0.2.73 to 0.2.74

2

lib/trace$.js
import { trace } from "@thi.ng/rstream";
export const trace$ = (log_prefix, stream) => stream.subscribeTopic
? stream.subscribeTopic("_TRACE_STREAM", {
? stream.subscribeTopic("_TACE_STREAM", {
next: x => console.log(log_prefix, x),

@@ -5,0 +5,0 @@ error: console.warn

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.2.73",
"version": "0.2.74",
"description": "utilities for the `-0` org/framework built on @thi.ng/umbrella ecosystem",

@@ -34,3 +34,3 @@ "main": "./lib/index.js",

"peerDependencies": {
"@-0/keys": "^0.2.79",
"@-0/keys": "^0.2.80",
"@thi.ng/checks": "^2.8.0",

@@ -41,3 +41,3 @@ "@thi.ng/rstream": "^5.1.0"

"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@-0/keys": "^0.2.79",
"@-0/keys": "^0.2.80",
"@thi.ng/checks": "^2.8.0",

@@ -44,0 +44,0 @@ "@thi.ng/rstream": "^5.1.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