node-csfd-api
Advanced tools
Comparing version 2.3.0 to 2.4.0-next.0
{ | ||
"name": "node-csfd-api", | ||
"version": "2.3.0", | ||
"version": "2.4.0-next.0", | ||
"description": "ČSFD API in JavaScript. Amazing NPM library for scrapping csfd.cz :)", | ||
"main": "./index.js", | ||
"main": "./cjs/index.js", | ||
"author": "BART! <bart@bartweb.cz>", | ||
@@ -10,4 +10,5 @@ "scripts": { | ||
"prebuild": "rimraf dist", | ||
"build": "tsc", | ||
"postbuild": "npm-prepare-dist -s postinstall -s prepare", | ||
"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", | ||
"tsc": "tsc", | ||
@@ -17,2 +18,3 @@ "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", | ||
@@ -54,4 +56,4 @@ "postversion": "git push && git push --follow-tags", | ||
"license": "MIT", | ||
"module": "./index.js", | ||
"types": "./index.d.ts" | ||
} | ||
"module": "./esm/index.js", | ||
"types": "./types/index.d.ts" | ||
} |
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
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
98210
57
1942
1
3