New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@synstack/pipe

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@synstack/pipe - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

11

package.json

@@ -8,3 +8,3 @@ {

"packageManager": "yarn@4.4.0",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple typesafe pipe utility for Functional Programming",

@@ -31,4 +31,2 @@ "keywords": [

"scripts": {
"publish": "yarn npm publish --access public",
"prepublish": "yarn test && yarn build",
"build": "tsup",

@@ -39,3 +37,4 @@ "build:watch": "tsup --watch",

"test:unit:watch": "node --import tsx --watch --test src/**/*.test.ts",
"test": "yarn test:types && yarn test:unit"
"test": "yarn test:types && yarn test:unit",
"prepare": "yarn test && yarn build"
},

@@ -55,3 +54,3 @@ "exports": {

"dependencies": {
"@synstack/enhance": "1.0.0"
"@synstack/enhance": "^1.0.1"
},

@@ -69,3 +68,3 @@ "devDependencies": {

],
"gitHead": "c3857f4b9ec3129c478b62ddf9dbd039b5b133dd"
"gitHead": "c743297f6665c317dca929c1ab9dc7e756076321"
}

@@ -53,3 +53,3 @@ export type PipeFn<V, R> = (value: V) => R;

// Todo: add promise support
// Todo: merge with resolved pipe

@@ -56,0 +56,0 @@ /**

Sorry, the diff of this file is not supported yet

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