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

@selfcommunity/utils

Package Overview
Dependencies
Maintainers
1
Versions
551
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@selfcommunity/utils - npm Package Compare versions

Comparing version

to
0.1.6-alpha.3

lib/types/index.d.ts

7

package.json
{
"name": "@selfcommunity/utils",
"version": "0.1.6-alpha.2",
"version": "0.1.6-alpha.3",
"license": "MIT",

@@ -8,2 +8,3 @@ "private": false,

"module": "./lib/esm/index.js",
"types": "./lib/types/index.d.ts",
"description": "Utilities to integrate a Community.",

@@ -32,3 +33,3 @@ "author": "SelfCommunity <https://www.selfcommunity.com>",

"build:umd": "webpack --mode production",
"build:types": "tsc -d --declarationDir lib/esm --declarationMap --resolveJsonModule --emitDeclarationOnly",
"build:types": "tsc -b tsconfig.build.json",
"build": "yarn clean:lib && yarn build:commonjs && yarn build:es && yarn build:umd && yarn build:types",

@@ -106,3 +107,3 @@ "prerelease": "yarn run clean:lib && yarn run build"

},
"gitHead": "48bf59ed1d9e7f0ae19de2460a63130ff408d63a"
"gitHead": "dcadbe692fae90768bdd2c10438dc99603e7ae29"
}