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

r2-streamer-js

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

r2-streamer-js - npm Package Compare versions

Comparing version 0.0.1-alpha4 to 0.0.1-alpha5

7

package.json
{
"name": "r2-streamer-js",
"version": "0.0.1-alpha4",
"version": "0.0.1-alpha5",
"description": "Readium 2 NodeJS 'streamer'",

@@ -57,3 +57,4 @@ "keywords": [

},
"main": "dist/src/index",
"main": "dist/src/index.js",
"types": "dist/src/index.d.js",
"bin": {

@@ -74,3 +75,3 @@ "r2-streamer-js-cli": "dist/src/cli.js",

"lint:all": "echo '\n===== LINT (all)\n' && eclint check '**/*' '[!].git/**/*' '[!]node_modules/**/*' '[!]dist/**/*' '[!]now/**/*' '[!].vscode/**/*' '[!]**/.DS_Store' '[!]**/*.epub' '[!]**/*.cbz' '[!]**/*.jpg' '[!]**/*.jpeg' '[!]**/*.png'",
"lint:typescript": "echo '\n===== LINT (typescript)\n' && tslint -c './tslint.json' './src/**/*.ts' './test/**/*.ts'",
"lint:typescript": "echo '\n===== LINT (typescript)\n' && tslint --project './tsconfig.json' --type-check -c './tslint.json' './src/**/*.ts' './test/**/*.ts'",
"transpile:typescript": "echo '\n===== COMPILE (typescript)\n' && tsc -p './tsconfig.json'",

@@ -77,0 +78,0 @@ "test": "ava --verbose './dist/test/test.js'",

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