Socket
Socket
Sign inDemoInstall

piperize

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.7 to 1.0.0

dist/index.d.ts

5

package.json
{
"name": "piperize",
"version": "0.1.7",
"version": "1.0.0",
"description": "Functional utility to create a pipeline of pure functions",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/buzzin0609/piperize.git",

@@ -7,0 +8,0 @@ "scripts": {

31

tsconfig.json
{
"compilerOptions": {
"jsx": "react",
"module": "commonjs",
"target": "es3",
"sourceMap": true,
"lib": ["ES2015", "dom"]
"lib": [
"es2015",
"es2017",
"es7",
"es6"
],
"declaration": true,
"outDir": "dist",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"strictNullChecks": true,
"target": "es5",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"downlevelIteration": true,
"sourceMap": true
},
"types": ["jasmine"],
"include": [
"index.ts",
"src/**/*.ts"
],
"exclude": [
"node_modules"
"node_modules",
"dist",
"src/**/*.spec.ts"
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc