You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@pipedream/types

Package Overview
Dependencies
Maintainers
6
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pipedream/types - npm Package Compare versions

Comparing version

to
0.1.1

7

package.json
{
"name": "@pipedream/types",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream TypeScript types",

@@ -31,5 +31,6 @@ "keywords": [

"prebuild": "rm -rf dist",
"test": "npm run build && dtslint src",
"build": "tsc"
"build": "tsc",
"postbuild": "cp tsconfig.json dist",
"test": "npm run build && dtslint dist"
}
}