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

decimal-numbering

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decimal-numbering - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

1

index.js

@@ -5,2 +5,3 @@ var alpha = require('lower-alpha')

return (
( shortForm ? '' : 'Section ' ) +
numbering

@@ -7,0 +8,0 @@ .map(function(component) {

4

package.json
{
"name": "decimal-numbering",
"description": "number hierarchical document parts like \"1.5.3\"",
"version": "1.1.0",
"description": "number hierarchical document parts like \"Section 1.5.3\"",
"version": "1.2.0",
"author": {

@@ -6,0 +6,0 @@ "name": "Kyle E. Mitchell",

@@ -11,3 +11,3 @@ Exports a single function of an [abstract numbering](https://npmjs.com/package/abstract-numbering) to a string.

element: { number: 1, of: 1 } } ]),
'A-1')
'Section A-1')

@@ -24,3 +24,3 @@ assert.deepEqual(

element: { number: 1, of: 1 } } ]),
'1.1.1.1')
'Section 1.1.1.1')

@@ -27,0 +27,0 @@ assert.deepEqual(

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