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

commonform-number

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commonform-number - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "commonform-number",
"description": "number the provisions of a contract",
"version": "0.2.0",
"version": "0.2.1",
"author": {

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

@@ -46,3 +46,5 @@ var Immutable = require('immutable');

// Store numbering in the form tree.
results.setIn(elementKeyArray, elementNumbering);
results.setIn(
elementKeyArray.push('numbering'), elementNumbering
);
// If the sub-form has a summary, store its numbering in

@@ -62,3 +64,3 @@ // relation to that summary, too.

}),
elementKeyArray,
elementKeyArray.push('form'),
elementNumbering

@@ -80,2 +82,2 @@ );

module.exports.version = '0.2.0';
module.exports.version = '0.2.1';
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