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

@digshare/script

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digshare/script - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

sdk.d.ts

10

package.json
{
"name": "@digshare/script",
"version": "0.2.4",
"version": "0.2.5",
"license": "MIT",

@@ -11,2 +11,6 @@ "author": "Chengdu Mufan Technology Co., Ltd.",

},
"files": [
"bld",
"sdk.d.ts"
],
"scripts": {

@@ -16,3 +20,4 @@ "build": "rimraf ./bld && tsc --build",

"lint-prettier": "prettier --check .",
"test": "yarn lint-prettier && yarn build && yarn lint",
"test": "yarn lint-prettier && yarn build && yarn lint && yarn bundle-types",
"bundle-types": "yarn dts-bundle-generator -o sdk.d.ts bld/library/index.d.ts",
"prepublishOnly": "yarn test"

@@ -36,2 +41,3 @@ },

"@mufan/eslint-plugin": "^0.1.48",
"dts-bundle-generator": "^6.5.0",
"eslint": "^8.3.0",

@@ -38,0 +44,0 @@ "prettier": "^2.5.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc