node-csfd-api
Advanced tools
Comparing version 2.4.0 to 3.0.0-next.0
{ | ||
"name": "node-csfd-api", | ||
"version": "2.4.0", | ||
"version": "3.0.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", | ||
@@ -55,4 +57,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" | ||
} |
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
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
101023
57
2005
1
2