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 3.0.0-next.9 to 3.0.0-next.10

8

package.json
{
"name": "node-csfd-api",
"version": "3.0.0-next.9",
"version": "3.0.0-next.10",
"description": "ČSFD API in JavaScript. Amazing NPM library for scrapping csfd.cz :)",

@@ -12,3 +12,3 @@ "main": "./cjs/index.js",

"barrels": "barrelsby -c barrels.json",
"postbuild": "npm-prepare-dist -s postinstall -s prepare && yarn delete:unused-folders && yarn fix-paths ",
"postbuild": "npm-prepare-dist -s postinstall -s prepare && yarn delete:unused-folders && yarn fix-paths",
"tsc": "tsc",

@@ -18,3 +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.ts'\"",
"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'\"",
"delete:unused-folders": "rimraf ./dist/esm/interfaces ./dist/cjs/interfaces",

@@ -63,3 +63,3 @@ "publish:next": "yarn && yarn build && yarn test --coverage true && cd dist && npm publish --tag next",

"module": "./esm/index.js",
"types": "./types/index.ts"
"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