node-csfd-api
Advanced tools
Comparing version 2.4.0-next.0 to 2.4.0
{ | ||
"name": "node-csfd-api", | ||
"version": "2.4.0-next.0", | ||
"version": "2.4.0", | ||
"description": "ČSFD API in JavaScript. Amazing NPM library for scrapping csfd.cz :)", | ||
"main": "./cjs/index.js", | ||
"main": "./index.js", | ||
"author": "BART! <bart@bartweb.cz>", | ||
@@ -10,5 +10,4 @@ "scripts": { | ||
"prebuild": "rimraf dist", | ||
"build": "tsc && tsc -p tsconfig-cjs.json && yarn barrels", | ||
"barrels": "barrelsby --delete -c barrels.json", | ||
"postbuild": "npm-prepare-dist -s postinstall -s prepare && yarn fix-paths", | ||
"build": "tsc", | ||
"postbuild": "npm-prepare-dist -s postinstall -s prepare", | ||
"tsc": "tsc", | ||
@@ -18,6 +17,6 @@ "demo": "ts-node demo", | ||
"test": "jest", | ||
"fix-paths": "yarn json -I -f ./dist/package.json -e \"this.module='./esm/index.js';this.main='./cjs/index.js';this.types='./types/index.d.ts'\"", | ||
"publish:next": "yarn && yarn build && yarn test --coverage true && npm publish --folder dist --tag beta", | ||
"postversion": "git push && git push --follow-tags", | ||
"release:beta": "npm version preminor --preid=beta -m \"chore(update): prelease %s β\"", | ||
"prerelease:beta": "npm version prerelease --preid=beta -m \"chore(update): prelease %s β\"", | ||
"release:patch": "git checkout master && npm version patch -m \"chore(update): patch release %s 🐛\"", | ||
@@ -29,3 +28,3 @@ "release:minor": "git checkout master && npm version minor -m \"chore(update): release %s 🚀\"", | ||
"cross-fetch": "^3.1.5", | ||
"node-html-parser": "^5.3.2" | ||
"node-html-parser": "^5.3.3" | ||
}, | ||
@@ -57,4 +56,4 @@ "repository": { | ||
"license": "MIT", | ||
"module": "./esm/index.js", | ||
"types": "./types/index.d.ts" | ||
} | ||
"module": "./index.js", | ||
"types": "./index.d.ts" | ||
} |
@@ -63,2 +63,4 @@ [![npm version](https://badge.fury.io/js/node-csfd-api.svg)](https://badge.fury.io/js/node-csfd-api) | ||
ratingCount: 6654, | ||
photo: '//image.pmgstatic.com/cache/resized/w1326/files/images/film/photos/162/980/162980090_bbffbb.jpg', | ||
trivia: ['Když Henry (Tory Kittles) se svým mladším bratrem...', 'Ve filmu se střídají...'], | ||
titlesOther: [ | ||
@@ -376,3 +378,4 @@ { country: 'USA', title: 'Dragged Across Concrete' }, | ||
- [x] Similar movies | ||
- [ ] All images | ||
- [x] Trivia | ||
- [x] Photo from movie (random) | ||
- [ ] Reviews | ||
@@ -379,0 +382,0 @@ - [ ] OST |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
453
1
61502
38
1117
Updatednode-html-parser@^5.3.3