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.4.0-next.0 to 2.4.0

fetchers/index.d.ts

19

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

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