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.4.3 to 1.0.0

LICENSE.md

24

index.js

@@ -1,17 +0,1 @@

/*
Copyright 2016 Kyle E. Mitchell
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
var groupSeries = require('commonform-group-series')

@@ -27,6 +11,6 @@

var seriesCount = groups
.filter(function (group) {
return group.type === 'series'
})
.length
.filter(function (group) {
return group.type === 'series'
})
.length

@@ -33,0 +17,0 @@ // Compute numberings.

{
"name": "commonform-number",
"description": "number the provisions of a contract",
"version": "0.4.3",
"version": "1.0.0",
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (http://kemitchell.com)",

@@ -10,8 +10,8 @@ "files": [

"dependencies": {
"commonform-group-series": "~0.4.0"
"commonform-group-series": "^2.0.0"
},
"devDependencies": {
"defence-cli": "~1.0.1",
"replace-require-self": "~1.0.0",
"standard": "^8.0.0"
"defence-cli": "^3.0.1",
"replace-require-self": "^1.1.1",
"standard": "^12.0.1"
},

@@ -26,3 +26,3 @@ "keywords": [

],
"license": "Apache-2.0",
"license": "BlueOak-1.0.0",
"repository": "commonform/commonform-number",

@@ -29,0 +29,0 @@ "scripts": {

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