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

bf-lib-browser

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bf-lib-browser - npm Package Compare versions

Comparing version 1.7.0 to 1.7.2

47

package.json
{
"name": "bf-lib-browser",
"version": "1.7.0",
"version": "1.7.2",
"private": false,
"description": "the standard library browser based clients using block-5 services",
"scripts": {
"build": "tsc -p tsconfig.build.json && cp -rf LICENSE README.md package.json lib/",
"build": "tsc -p tsconfig.build.json",
"build:clean": "npm run clean && npm run build",
"check": "tsc -p tsconfig.check.json -noEmit",
"clean": "rimraf index.js index.d.ts core.js core.d.ts auth cache common provider",
"commit": "git-cz",
"check": "tsc -p tsconfig.check.json -noEmit",
"format": "prettier --write \"src/**/*.{ts,js,json}\"",
"lint": "tslint -p tsconfig.json -c tslint.json",
"postversion": "git push && git push --tags",
"prepare": "husky install && npm test && npm run lint && npm run build:clean",
"preversion": "npm run lint",

@@ -17,5 +20,6 @@ "test": "jest",

"version": "npm run format && git add -A src",
"patchpub": "npm version patch && npm run pub",
"minorpub": "npm version minor && npm run pub",
"pub": "npm test && npm run lint && npm run build && cd lib && rm -f tsconfig.build.tsbuildinfo && npm publish"
"patchpub": "npm version patch && npm publish",
"minorpub": "npm version minor && npm publish",
"majorpub": "npm version major && npm publish",
"postpublish": "npm run clean"
},

@@ -26,2 +30,12 @@ "repository": {

},
"files": [
"auth",
"cache",
"common",
"provider",
"core.d.ts",
"core.js",
"index.d.ts",
"index.js"
],
"keywords": [

@@ -44,9 +58,2 @@ "bf-lib",

"homepage": "https://github.com/CouleeTech/bf-lib-browser#readme",
"husky": {
"hooks": {
"pre-push": "npm run check && npm run lint",
"pre-commit": "npm run lint",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"config": {

@@ -72,20 +79,20 @@ "commitizen": {

"dependencies": {
"bf-lib": "^3.3.0"
"bf-lib": "^3.5.0"
},
"peerDependencies": {
"bf-types": "^4.19.2",
"react": "^16.13.0"
"react": "^16.14.0 || ^17.0.0"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@types/jest": "^26.0.16",
"@types/node": "^14.14.10",
"@types/react": "^16.9.56",
"@types/react": "^16.14.5",
"bf-types": "^4.19.2",
"commitizen": "^4.2.2",
"husky": "^4.3.5",
"husky": "^5.1.3",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"react": "^16.13.1",
"react": "^16.14.0",
"ts-jest": "^26.4.4",

@@ -92,0 +99,0 @@ "tslint": "^6.1.3",

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