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

commonform-predicate

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commonform-predicate - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

LICENSE.md

17

index.js

@@ -1,16 +0,1 @@

/* Copyright 2015 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 has = function (key) {

@@ -22,3 +7,3 @@ return function (argument) {

var types = ['blank', 'definition', 'reference', 'use']
var types = [ 'blank', 'definition', 'reference', 'use' ]

@@ -25,0 +10,0 @@ types.forEach(function (type) {

{
"name": "commonform-predicate",
"description": "distinguish Common Form content objects",
"version": "2.0.0",
"version": "3.0.0",
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (http://kemitchell.com)",

@@ -9,3 +9,4 @@ "devDependencies": {

"replace-require-self": "^1.0.1",
"standard": "^8.0.0-beta.5"
"standard": "^8.6.0",
"standard-markdown": "^5.0.1"
},

@@ -25,8 +26,8 @@ "files": [

],
"license": "Apache-2.0",
"license": "BlueOak-1.0.0",
"repository": "commonform/commonform-predicate",
"scripts": {
"lint": "standard",
"lint": "standard && standard-markdown README.md",
"test": "defence -i javascript README.md | replace-require-self | node"
}
}
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