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

@based/functions

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@based/functions - npm Package Compare versions

Comparing version

to
3.1.2-alpha

7

package.json
{
"name": "@based/functions",
"version": "3.1.1-alpha",
"version": "3.1.2-alpha",
"license": "MIT",
"type": "module",
"main": "index.js",
"main": "dist/index.js",
"files":[

@@ -13,6 +13,5 @@ "dist"

"copy:client": "cp ./dist/client.d.ts ./dist/client_original.d.ts",
"copy:package": "cp ./package.json ./dist/package.json",
"clean:ts:before": "rm -rf ./dist ./tsconfig.tsbuildinfo || true",
"clean:ts:after": "rm ./dist/tsconfig.tsbuildinfo || true",
"build": "npm run clean:ts:before && npx tsc -b && npm run copy:uws && npm run copy:client && npm run copy:package && npm run clean:ts:after",
"build": "npm run clean:ts:before && npx tsc -b && npm run copy:uws && npm run copy:client && npm run clean:ts:after",
"watch": "npx tsc --watch",

@@ -19,0 +18,0 @@ "clean": "rimraf {.turbo,dist,node_modules}"