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

@bitty/pipe

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitty/pipe - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

120

package.json
{
"name": "@bitty/pipe",
"version": "0.0.5",
"description": "A pipe function to perform function composition in LTR (Left To Right) direction.",
"sideEffects": false,
"cdn": "dist/pipe.umd.js",
"main": "dist/pipe.js",
"types": "types/pipe.d.ts",
"unpkg": "dist/pipe.umd.js",
"module": "dist/pipe.esm.js",
"jsdelivr": "dist/pipe.umd.js",
"umd:main": "dist/pipe.umd.js",
"files": [
"dist/",
"types/"
],
"keywords": [
"pipe",
"compose",
"composition",
"flow",
"pipeline",
"fp",
"functional programming",
"chain",
"function",
"functional",
"serial"
],
"scripts": {
"test": "pnpm run test:code-style && pnpm run test:unit",
"test:transpile": "tsc --project ./tsconfig.test.json",
"test:unit": "pnpm run test:transpile && ava",
"test:code-style": "prettier --check \"./{src,test}/**/*.ts\"",
"build": "pnpm run build:transpile && pnpm run build:bundle",
"build:transpile": "tsc --project ./tsconfig.build.json",
"build:bundle": "rollup --config rollup.config.js",
"prepublishOnly": "pnpm run test && pnpm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VitorLuizC/bitty.git",
"directory": "packages/pipe"
},
"author": {
"url": "https://vitorluizc.github.io/",
"name": "Vitor Luiz Cavalcanti",
"email": "vitorluizc@outlook.com"
},
"bugs": {
"url": "https://github.com/VitorLuizC/bitty/issues"
},
"homepage": "https://github.com/VitorLuizC/bitty/tree/master/packages/pipe",
"license": "MIT",
"devDependencies": {
"ava": "^3.11.1",
"prettier": "^2.0.5",
"rollup": "^2.23.1",
"rollup-plugin-terser": "^7.0.0",
"typescript": "^3.9.7"
}
"name": "@bitty/pipe",
"version": "0.0.6",
"description": "A pipe function to perform function composition in LTR (Left To Right) direction.",
"sideEffects": false,
"cdn": "dist/pipe.umd.js",
"main": "dist/pipe.js",
"types": "types/pipe.d.ts",
"unpkg": "dist/pipe.umd.js",
"module": "dist/pipe.esm.js",
"jsdelivr": "dist/pipe.umd.js",
"umd:main": "dist/pipe.umd.js",
"files": [
"dist/",
"types/"
],
"keywords": [
"pipe",
"compose",
"composition",
"flow",
"pipeline",
"fp",
"functional programming",
"chain",
"function",
"functional",
"serial"
],
"scripts": {
"test": "pnpm run test:code-style && pnpm run test:unit",
"test:transpile": "tsc --project ./tsconfig.test.json",
"test:unit": "pnpm run test:transpile && ava",
"test:code-style": "prettier --check \"./{src,test}/**/*.ts\"",
"build": "pnpm run build:transpile && pnpm run build:bundle",
"build:transpile": "tsc --project ./tsconfig.build.json",
"build:bundle": "rollup --config rollup.config.js",
"prepublishOnly": "pnpm run test && pnpm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VitorLuizC/bitty.git",
"directory": "packages/pipe"
},
"author": {
"url": "https://vitorluizc.github.io/",
"name": "Vitor Luiz Cavalcanti",
"email": "vitorluizc@outlook.com"
},
"bugs": {
"url": "https://github.com/VitorLuizC/bitty/issues"
},
"homepage": "https://github.com/VitorLuizC/bitty/tree/master/packages/pipe",
"license": "MIT",
"devDependencies": {
"ava": "^3.12.1",
"prettier": "^2.1.1",
"rollup": "^2.26.10",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.0.2"
}
}
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