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

node-csfd-api

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-csfd-api - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0-next.0

cjs/fetchers/index.js

16

package.json
{
"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"
}
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