Socket
Socket
Sign inDemoInstall

@effection/channel

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effection/channel - npm Package Compare versions

Comparing version 2.0.0-beta.3 to 2.0.0-beta.4

dist/channel.d.ts.map

9

CHANGELOG.md
# Changelog
## 2.0.0-beta.4
### Patch Changes
- Updated dependencies [e297c86]
- @effection/core@2.0.0-beta.4
- @effection/events@2.0.0-beta.4
- @effection/subscription@2.0.0-beta.4
## 2.0.0-beta.3

@@ -4,0 +13,0 @@

1

dist/channel.d.ts

@@ -12,1 +12,2 @@ import { WritableStream, Writable, Stream } from '@effection/subscription';

export declare function createChannel<T, TClose = undefined>(options?: ChannelOptions): Channel<T, TClose>;
//# sourceMappingURL=channel.d.ts.map
export * from './channel';
//# sourceMappingURL=index.d.ts.map

22

dist/index.js

@@ -1,8 +0,14 @@

'use strict'
if (process.env.NODE_ENV === 'production') {
module.exports = require('./channel.cjs.production.min.js')
} else {
module.exports = require('./channel.cjs.development.js')
}
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./channel"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@effection/channel",
"version": "2.0.0-beta.3",
"version": "2.0.0-beta.4",
"description": "MPMC Channel implementation for effection",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": "https://github.com/thefrontside/bigtest.git",
"types": "dist/index.d.ts",
"homepage": "https://github.com/thefrontside/effection",
"repository": {
"type": "git",
"url": "https://github.com/thefrontside/effection.git",
"directory": "packages/channel"
},
"author": "Frontside Engineering <engineering@frontside.io>",
"license": "MIT",
"files": [
"README.md",
"CHANGELOG.md",
"dist/**/*",
"src/**/*"
],
"scripts": {
"lint": "eslint '{src,tests}/**/*.ts'",
"test": "mocha -r ts-node/register test/**/*.test.ts",
"prepack": "tsdx build --tsconfig tsconfig.dist.json",
"prepack": "tsc --build tsconfig.dist.json",
"docs": "yarn typedoc src/index.ts",

@@ -24,21 +23,19 @@ "mocha": "mocha -r ts-node/register"

"devDependencies": {
"@effection/mocha": "2.0.0-beta.3",
"@effection/mocha": "2.0.0-beta.4",
"@frontside/tsconfig": "^1.2.0",
"@types/node": "^13.13.5",
"@types/node": "^16.3.2",
"expect": "^25.4.0",
"mocha": "^8.3.1",
"ts-node": "^8.9.0",
"tsdx": "0.13.2",
"ts-node": "^10.1.0",
"typedoc": "^0.20.36",
"typescript": "^3.7.0"
"typescript": "^4.3.5"
},
"volta": {
"node": "12.16.0",
"yarn": "1.19.1"
"extends": "../../package.json"
},
"dependencies": {
"@effection/core": "2.0.0-beta.3",
"@effection/events": "2.0.0-beta.3",
"@effection/subscription": "2.0.0-beta.3"
"@effection/core": "2.0.0-beta.4",
"@effection/events": "2.0.0-beta.4",
"@effection/subscription": "2.0.0-beta.4"
}
}
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