🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@dingrtc/shared

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dingrtc/shared - npm Package Compare versions

Comparing version
1.0.12
to
1.0.13
+9
-4
package.json
{
"name": "@dingrtc/shared",
"version": "1.0.12",
"version": "1.0.13",
"description": "",

@@ -11,8 +11,13 @@ "main": "./dist/index.js",

],
"scripts": {
"eslint": "eslint --cache --ext .js,.ts, ./",
"eslint:fix": "npm run eslint -- --fix",
"build": "cross-env ENV=production rollup -c --bundleConfigAsCjs",
"publish:npm": "npm run build && clean-package -c ../../clean-package.prod.js && pnpm publish && clean-package restore"
},
"author": "",
"license": "ISC",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
"access": "public"
}
}
}