Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

base-65503

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base-65503 - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

lib/index.js

16

package.json
{
"name": "base-65503",
"version": "1.0.2",
"version": "1.0.3",
"description": "Base 65503 encoder & decoder for numbers",
"main": "index.js",
"main": "lib/index.js",
"repository": "https://github.com/wopian/base-65503.git",

@@ -22,10 +22,16 @@ "bugs": "https://github.com/wopian/base-65503/issues",

"files": [
"index.js"
"lib"
],
"scripts": {
"test": "jest --coverage"
"test": "jest --coverage",
"build": "rollup -c --environment BUILD:production"
},
"devDependencies": {
"jest": "^20.0.4"
"eslint": "^4.3.0",
"eslint-plugin-jest": "^20.0.3",
"jest": "^20.0.4",
"rollup": "^0.45.2",
"rollup-plugin-cleanup": "^1.0.1",
"standard": "^10.0.2"
}
}
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