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

@bara/core

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bara/core - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

# [2.5.0](https://github.com/barajs/bara/compare/v2.4.0...v2.5.0) (2019-08-10)
### Bug Fixes
* **deps:** update dependency xstream to v11.11.0 ([0ac03fa](https://github.com/barajs/bara/commit/0ac03fa))
### Features
* **basics:** add new operators for functional programming ([3282f53](https://github.com/barajs/bara/commit/3282f53))
# [2.4.0](https://github.com/barajs/bara/compare/v2.3.2...v2.4.0) (2019-04-24)

@@ -8,0 +24,0 @@

2

dist/hooks/use-stream.js

@@ -57,3 +57,3 @@ "use strict";

};
const _$ = config.memory === true
const _$ = config.memory
? xstream_1.default.createWithMemory(producer)

@@ -60,0 +60,0 @@ : xstream_1.default.create(producer);

{
"name": "@bara/core",
"version": "2.4.0",
"version": "2.5.0",
"description": "BaraJS Core - Created For Creating",

@@ -31,18 +31,18 @@ "license": "MIT",

"devDependencies": {
"@types/jest": "24.0.11",
"concurrently": "4.1.0",
"jest": "24.7.1",
"@types/jest": "24.0.17",
"concurrently": "4.1.1",
"jest": "24.8.0",
"npm-watch": "0.6.0",
"prettier": "1.17.0",
"prettier": "1.18.2",
"ts-jest": "24.0.2",
"tslint": "5.16.0",
"tslint": "5.18.0",
"tslint-config-airbnb": "5.11.1",
"tslint-config-prettier": "1.18.0",
"tslint-react": "4.0.0",
"typescript": "3.4.4"
"typescript": "3.5.3"
},
"dependencies": {
"xstream": "11.10.0"
"xstream": "11.11.0"
},
"gitHead": "bc0a0e2adfde80eb4d3b6d18a1257b76cc57f027"
"gitHead": "481821fc70c5e9d48e07a1e4e963aa15c049cdb2"
}

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