Socket
Socket
Sign inDemoInstall

@leancloud/adapter-utils

Package Overview
Dependencies
2
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

lib/errors.d.ts

13

package.json
{
"name": "@leancloud/adapter-utils",
"version": "1.1.0",
"version": "1.2.0",
"description": "A set of utility functions commonly used by adapters",

@@ -8,4 +8,5 @@ "author": "Lee Yeh <lee55962698@gmail.com>",

"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
"directories": {

@@ -27,5 +28,3 @@ "lib": "lib"

"clean": "rm -rf ./lib",
"compile": "npm run compile:cjs && npm run compile:esm",
"compile:cjs": "tsc -p tsconfig.build.json --outDir lib --module CommonJS",
"compile:esm": "tsc -p tsconfig.build.json --outDir lib/esm --module ES6 --moduleResolution Node",
"compile": "rollup -c",
"prepublishOnly": "npm run build"

@@ -37,3 +36,3 @@ },

},
"gitHead": "f9d9cda3cc00bba8636b1b2736207ddc6c38880f"
"gitHead": "0434a837b741e755cf24a79773fdd7ebb9052233"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc