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

number-display

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

number-display - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

lib/index.d.ts

8

CHANGELOG.md

@@ -86,2 +86,8 @@ ## 1.0.0

- Add built-in types for Typescript.
- Update license to 2020.
- Update license to 2020.
## 2.2.1
**2020-01-08**
- Fix file set in package.json.

11

package.json
{
"name": "number-display",
"version": "2.2.0",
"version": "2.2.1",
"description": "Display number smartly within a certain length.",
"main": "index.js",
"types": "index.d.ts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"index.js"
"lib"
],

@@ -22,3 +22,4 @@ "scripts": {

"trim",
"convert"
"convert",
"typescript"
],

@@ -25,0 +26,0 @@ "author": "LIN Chen",

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