Socket
Socket
Sign inDemoInstall

zen-observable-ts

Package Overview
Dependencies
1
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.9 to 0.8.10

4

CHANGELOG.md
# Change log
### vNEXT
### 0.8.10
- Added `graphql` 14 to peer and dev deps; Updated `@types/graphql` to 14 <br/>
[@hwillson](http://github.com/hwillson) in [#789](https://github.com/apollographql/apollo-link/pull/789)

@@ -5,0 +7,0 @@ ### 0.8.9

@@ -9,2 +9,3 @@ (function (global, factory) {

/* tslint:disable */
var Observable = zenObservable;

@@ -11,0 +12,0 @@

@@ -0,3 +1,4 @@

/* tslint:disable */
import zenObservable from 'zen-observable';
export var Observable = zenObservable;
//# sourceMappingURL=zenObservable.js.map
{
"name": "zen-observable-ts",
"version": "0.8.9",
"version": "0.8.10",
"description": "An Implementation of ES Observables in Typescript",

@@ -36,11 +36,11 @@ "author": "Evans Hauser <evanshauser@gmail.com>",

"devDependencies": {
"@types/jest": "22.2.2",
"browserify": "16.1.1",
"jest": "22.4.3",
"@types/jest": "22.2.3",
"browserify": "16.2.2",
"jest": "22.4.4",
"rimraf": "2.6.2",
"rollup": "0.57.1",
"ts-jest": "22.4.2",
"tslint": "5.9.1",
"typescript": "2.7.2",
"uglify-js": "3.3.16"
"rollup": "0.65.2",
"ts-jest": "22.4.6",
"tslint": "5.11.0",
"typescript": "3.0.3",
"uglify-js": "3.4.9"
},

@@ -57,3 +57,4 @@ "jest": {

"json"
]
],
"testURL": "http://localhost"
},

@@ -60,0 +61,0 @@ "dependencies": {

@@ -0,1 +1,3 @@

/* tslint:disable */
import zenObservable from 'zen-observable';

@@ -2,0 +4,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc