New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

applesauce-core

Package Overview
Dependencies
Maintainers
0
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

applesauce-core - npm Package Compare versions

Comparing version 0.0.0-next-20241113103021 to 0.0.0-next-20241114194041

dist/helpers/channel.d.ts

2

dist/observable/stateful.d.ts

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

import { Observable } from "rxjs";
import Observable from "zen-observable";
export type StatefulObservable<T> = Observable<T> & {

@@ -3,0 +3,0 @@ _stateful?: true;

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

import { Observable } from "rxjs";
import Observable from "zen-observable";
/** Wraps an {@link Observable} and makes it stateful */

@@ -3,0 +3,0 @@ export function stateful(observable, cleanup = false) {

{
"name": "applesauce-core",
"version": "0.0.0-next-20241113103021",
"version": "0.0.0-next-20241114194041",
"description": "",

@@ -67,3 +67,4 @@ "type": "module",

"jest": "^29.7.0",
"jest-extended": "^4.0.2"
"jest-extended": "^4.0.2",
"typescript": "^5.6.3"
},

@@ -78,2 +79,6 @@ "jest": {

},
"funding": {
"type": "lightning",
"url": "lightning:nostrudel@geyser.fund"
},
"scripts": {

@@ -80,0 +85,0 @@ "build": "tsc",

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