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

littlefork

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

littlefork - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

_site/cli.js

35

package.json
{
"name": "littlefork",
"version": "0.1.3",
"version": "0.1.4",
"description": "A sequential data processing pipeline.",
"main": "_dist/index.js",
"main": "_site/index.js",
"bin": {

@@ -12,9 +12,18 @@ "littlefork": "bin/littlefork"

"testDir": "test",
"distDir": "_dist",
"distDir": "_site",
"reporter": "spec"
},
"scripts": {
"test": "mocha -c --reporter $npm_package_config_reporter --require test/helpers.js",
"build": "coffee -co $npm_package_config_distDir $npm_package_config_srcDir && cp $npm_package_config_srcDir/*.js $npm_package_config_distDir",
"prepublish": "npm run test && npm run build"
"test": "mocha -c --reporter $npm_package_config_reporter --require test/helpers.js --compilers js:babel-register",
"lint:test": "eslint $npm_package_config_testDir",
"lint:src": "eslint $npm_package_config_srcDir",
"lint": "npm run lint:test -s && npm run lint:src -s",
"watch:test": "chokidar $npm_package_config_testDir/**/*.js $npm_package_config_srcDir/**/*.js -c 'npm run test'",
"watch:lint": "chokidar $npm_package_config_testDir/**/*.js $npm_package_config_srcDir/**/*.js -c 'npm run lint'",
"watch:build": "chokidar $npm_package_config_srcDir/**/*.js -c 'npm run build'",
"watch": "parallelshell 'npm run watch:test' 'npm run watch:lint' 'npm run watch:build'",
"prebuild": "npm run clean -s && npm run lint:src -s && npm run test -s",
"build": "babel -d $npm_package_config_distDir $npm_package_config_srcDir",
"clean": "rm -rf $npm_package_config_distDir",
"prepublish": "npm run lint && npm run test && npm run build"
},

@@ -33,6 +42,14 @@ "repository": {

"devDependencies": {
"babel-cli": "^6.11.4",
"babel-eslint": "^7.0.0",
"babel-preset-es2015": "^6.13.2",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"mocha": "^2.5.3",
"coffee-script": "^1.10.0"
"chai-as-promised": "^6.0.0",
"chokidar-cli": "^1.2.0",
"eslint": "^3.3.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.0",
"jsverify": "^0.7.4",
"mocha": "^3.0.2",
"parallelshell": "^2.0.0"
},

@@ -39,0 +56,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

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