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

aliyun-func-types

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aliyun-func-types - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

aliyun.http.ts

@@ -21,3 +21,3 @@ import { Readable } from 'stream'

export interface AliyunHttpRequest {
export interface AliyunHttpRequest extends Readable {
headers: AliyunHttpHeader

@@ -24,0 +24,0 @@ path: string

{
"name": "aliyun-func-types",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "aliyun.http.ts",

@@ -5,4 +5,9 @@ ## Types for Aliyun http function

## Usage
1. install: `npm i aliyun-func-types -D`
2. import: `import {...} from 'aliyun-func-types'`
## LICENSE
[MIT](./LICENSE)

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