Socket
Socket
Sign inDemoInstall

c32check

Package Overview
Dependencies
10
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"name": "c32check",
"version": "1.0.0",
"version": "1.0.1",
"description": "Crockford base-32 checksum encoding",

@@ -12,3 +12,3 @@ "main": "lib/index",

"compile": "rimraf lib && tsc",
"prepublish": "npm run build",
"prepublishOnly": "npm run build",
"build": "npm run lint && npm run test && npm run webpack && npm run compile",

@@ -18,3 +18,3 @@ "lint": "eslint --ext=.ts -f=codeframe ./src ./tests",

"test": "nyc node ./tests/unitTests/src/index.ts",
"data-set-test": "npm run lint && cross-env BIG_DATA_TESTS=1 nyc node ./tests/unitTests/src/index.ts",
"data-set-test": "cross-env BIG_DATA_TESTS=1 nyc node ./tests/unitTests/src/index.ts",
"codecovUpload": "codecov"

@@ -21,0 +21,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc