New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

pipeljs

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pipeljs - npm Package Compare versions

Comparing version
0.3.36
to
0.4.1
+4
-2
package.json
{
"name": "pipeljs",
"version": "0.3.36",
"version": "0.4.1",
"description": "A Promise-like Reactive Stream Library",

@@ -40,3 +40,5 @@ "author": "GolderBrother <https://github.com/GolderBrother>",

"release-patch": "standard-version --release-as patch",
"release-and-publish": "npm run release && npm run publish",
"release-major-publish": "npm run release-major && npm run publish",
"release-minor-publish": "npm run release-minor && npm run publish",
"release-patch-publish": "npm run release-patch && npm run publish",
"release-and-publish:beta": "npm run release && npm run publish:beta"

@@ -43,0 +45,0 @@ },

@@ -47,3 +47,3 @@ # Pipel

# npm
npm install pipel
npm install pipeljs

@@ -60,3 +60,3 @@ # yarn

```typescript
import { $ } from 'pipel'
import { $ } from 'pipeljs'

@@ -63,0 +63,0 @@ // 创建一个流

@@ -47,9 +47,9 @@ # Pipel

# npm
npm install pipel
npm install pipeljs
# yarn
yarn add pipel
yarn add pipeljs
# pnpm
pnpm add pipel
pnpm add pipeljs
```

@@ -60,3 +60,3 @@

```typescript
import { $ } from 'pipel'
import { $ } from 'pipeljs'

@@ -63,0 +63,0 @@ // Create a stream