🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

sunmi-bridge

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sunmi-bridge - npm Package Compare versions

Comparing version
1.0.0
to
1.1.0
+9
lerna-debug.log
37 error Error: Command failed: git push --follow-tags --no-verify origin master
37 error GitLab: You are not allowed to push code to this project.
37 error fatal: Could not read from remote repository.
37 error
37 error Please make sure you have the correct access rights
37 error and the repository exists.
37 error
37 error at makeError (/Users/guoyongjie/.npm/_npx/11023/lib/node_modules/lerna/node_modules/execa/index.js:174:9)
37 error at Promise.all.then.arr (/Users/guoyongjie/.npm/_npx/11023/lib/node_modules/lerna/node_modules/execa/index.js:278:16)
{
"packages": [
"."
],
"version": "1.1.0"
}
+7
-4
{
"name": "sunmi-bridge",
"version": "1.0.0",
"version": "1.1.0",
"description": "this is a javascript bridge",

@@ -14,11 +14,14 @@ "main": "index.js",

},
"typings": "dist/index.d.ts",
"author": "billzhang",
"license": "ISC",
"devDependencies": {
"typescript": "^3.3.4000",
"@types/ua-parser-js": "^0.7.32"
"@types/ua-parser-js": "^0.7.32",
"lerna": "^3.13.1",
"typescript": "^3.3.4000"
},
"dependencies": {
"ua-parser-js": "^0.7.19"
}
},
"gitHead": "9836750c32c592e0b16fef5481562e25bd498ede"
}