zen-observable-ts
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0-beta.4
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
0
0
12
2586
6
6
1
2
1
+ Added@types/zen-observable@^0.8.2
+ Added@types/zen-observable@0.8.7(transitive)
- Removedtslib@^1.9.3
- Removedtslib@1.14.1(transitive)
Updatedzen-observable@^0.8.15