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

orq

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orq - npm Package Compare versions

Comparing version

to
0.2.1

package-lock.json

20

CHANGELOG.md

@@ -5,2 +5,22 @@ # Change Log

<a name="0.2.1"></a>
## [0.2.1](https://github.com/Kriegslustig/orq/compare/v0.2.0...v0.2.1) (2017-11-07)
### Bug Fixes
* **.travis.yml:** install rxjs before running test ([ff57e50](https://github.com/Kriegslustig/orq/commit/ff57e50))
<a name="0.2.0"></a>
# [0.2.0](https://github.com/Kriegslustig/orq/compare/v0.1.8...v0.2.0) (2017-11-07)
### Features
* **package.json:** make rxjs a peerDependency ([58c4c3a](https://github.com/Kriegslustig/orq/commit/58c4c3a))
<a name="0.1.7"></a>

@@ -7,0 +27,0 @@ ## [0.1.7](https://github.com/Kriegslustig/orq/compare/v0.1.6...v0.1.7) (2017-05-25)

9

package.json
{
"name": "orq",
"version": "0.1.8",
"version": "0.2.1",
"description": "HTTP Request Queue Optimized for Web Workers.",

@@ -20,3 +20,4 @@ "main": "index.js",

"flow-typed": "flow-typed",
"release": "standard-version"
"release": "standard-version",
"ci": "npm i rxjs && npm run test"
},

@@ -45,5 +46,7 @@ "devDependencies": {

"dependencies": {
"rxjs": "^5.4.0",
"uuid": "^3.0.1"
},
"peerDependency": {
"rxjs": "^5.5.2"
}
}