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

fastrx

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastrx - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

.babelrc

2

extention.js

@@ -115,3 +115,3 @@ const { Sink } = require('./common')

else {
this.addData(data);
this.addData(x);
}

@@ -118,0 +118,0 @@ }, e => this.$emit('error', e));

{
"name": "fastrx",
"version": "1.2.2",
"version": "1.3.0",
"description": "fast rxjs implemention",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "rollup -c"
},

@@ -23,3 +23,10 @@ "repository": {

},
"homepage": "https://github.com/langhuihui/rx4rx#readme"
"homepage": "https://github.com/langhuihui/rx4rx#readme",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"rollup": "^2.32.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-uglify": "^6.0.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