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

zen-observable-ts

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zen-observable-ts - npm Package Compare versions

Comparing version 1.0.0-beta.2 to 1.0.0-beta.4

index.d.ts

58

package.json
{
"name": "zen-observable-ts",
"version": "1.0.0-beta.2",
"description": "An Implementation of ES Observables in Typescript",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [],
"version": "1.0.0-beta.4",
"description": "Thin wrapper around zen-observable and @types/zen-observable, to support ESM exports as well as CommonJS exports",
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib/bundle.esm.js",
"typings": "./lib/index.d.ts",
"sideEffects": false,
"main": "index.js",
"module": "module.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/apollo-link.git"
"url": "git+https://github.com/apollographql/zen-observable-ts.git"
},
"bugs": {
"url": "https://github.com/apollographql/apollo-link/issues"
"url": "https://github.com/apollographql/zen-observable-ts/issues"
},
"homepage": "https://github.com/zenparsing/zen-observable",
"scripts": {
"build": "tsc && rollup -c",
"clean": "rimraf lib/* && rimraf coverage/*",
"coverage": "jest --coverage",
"filesize": "../../scripts/minify",
"lint": "tslint -c \"../../tslint.json\" -p tsconfig.json -c ../../tslint.json src/*.ts",
"prebuild": "npm run clean",
"prepare": "npm run build",
"test": "npm run lint && jest",
"watch": "tsc -w -p ."
},
"devDependencies": {
"@types/jest": "24.9.0",
"jest": "24.9.0",
"rimraf": "2.7.1",
"rollup": "1.29.0",
"ts-jest": "22.4.6",
"tslint": "5.20.1",
"typescript": "3.0.3"
},
"jest": {
"transform": {
".(ts|tsx)": "ts-jest"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
],
"testURL": "http://localhost"
},
"dependencies": {
"tslib": "^1.9.3",
"zen-observable": "^0.8.0"
},
"gitHead": "f3df894547ffbf3f57f55d3cbbb0c77a44a024b6"
"@types/zen-observable": "^0.8.2",
"zen-observable": "^0.8.15"
}
}

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