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

@ebflat9/fp

Package Overview
Dependencies
Maintainers
1
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ebflat9/fp - npm Package Compare versions

Comparing version 1.2.57 to 1.2.58

3

dist/index.d.ts

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

import { EventEmitter as } from "events";
/**

@@ -1108,4 +1107,2 @@ * IsNumber, checks if x is a Number

export function Lazy<X>(target: Iterable<X>): ICollection;
export { EventEmitter };
export const reactivize: (obj: any) => any;
declare const handlersKey: unique symbol;

@@ -1112,0 +1109,0 @@ declare const dispatchKey: unique symbol;

4

package.json
{
"name": "@ebflat9/fp",
"version": "1.2.57",
"version": "1.2.58",
"description": "my fp utils",

@@ -57,3 +57,3 @@ "source": "src/index.ts",

"test:build": "parcel build src/index.ts && mocha --parallel",
"build": "parcel build src/index.ts",
"build": "rm -rf dist && parcel build src/index.ts",
"check": "tsc --noEmit",

@@ -60,0 +60,0 @@ "check:format": "prettier -c src/**",

@@ -214,3 +214,3 @@ import * as rx from './observable/Observable'

export { Observable } from './observable/Observable'
export { EventEmitter, reactivize } from './observable/reactivize'
// export { EventEmitter, reactivize } from './observable/reactivize'
export { rx }

@@ -217,0 +217,0 @@

/* eslint func-names: 0 */
import { EventEmitter, Observable } from '../dist/index.js'
import { Observable } from '../dist/index.js'
import { describe, it } from 'mocha'

@@ -58,3 +58,3 @@ import { strict as assert } from 'assert'

*/
describe('from EventEmitter', function () {
/* describe('from EventEmitter', function () {
it('should create an Observable from an EventEmitter', function (done) {

@@ -82,3 +82,3 @@ const emitter = new EventEmitter()

})
*/
describe('throttle', function () {

@@ -85,0 +85,0 @@ it('should throttle a stream', function (done) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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