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

@contactlab/appy

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contactlab/appy - npm Package Compare versions

Comparing version

to
2.0.0-1

lib/api.d.ts

4

package.json
{
"name": "@contactlab/appy",
"version": "2.0.0-0",
"version": "2.0.0-1",
"description": "Fetch API the Contactlab way",

@@ -38,3 +38,3 @@ "main": "lib/index.js",

"prebuild": "rimraf ./lib",
"build": "tsc -p ./tsconfig-compile.json && tsc -p ./tsconfig-compile-es6.json",
"build": "tsc -p ./tsconfig.build.json && tsc -p ./tsconfig.build-es6.json",
"prepublishOnly": "npm test && npm run build"

@@ -41,0 +41,0 @@ },