Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

check-more-types

Package Overview
Dependencies
Maintainers
3
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

check-more-types - npm Package Compare versions

Comparing version 2.15.0 to 2.16.0

dist/check-more-types.js

4

bower.json
{
"name": "check-more-types",
"main": "check-more-types.js",
"main": "dist/check-more-types.js",
"version": "0.0.0",

@@ -25,3 +25,3 @@ "homepage": "https://github.com/kensho/check-more-types",

],
"description": "Additional type checks for https://github.com/philbooth/check-types.js",
"description": "Collection of predicates and type checks",
"authors": [

@@ -28,0 +28,0 @@ "Gleb Bahmutov <gleb.bahmutov@gmail.com>"

{
"name": "check-more-types",
"description": "Large collection of predicates.",
"version": "2.15.0",
"version": "2.16.0",
"author": {

@@ -50,2 +50,3 @@ "name": "Gleb Bahmutov",

"grunt-readme": "0.4.5",
"grunt-string-replace": "1.2.1",
"grunt-toc": "0.1.0",

@@ -62,3 +63,6 @@ "grunt-xplain": "0.2.7",

"pre-git": "3.4.1",
"semantic-release": "6.2.0"
"semantic-release": "6.2.0",
"standard": "6.0.8",
"standard-format": "2.1.1",
"webpack": "1.12.14"
},

@@ -70,4 +74,4 @@ "engines": {

"bower.json",
"check-more-types.js",
"check-more-types.min.js"
"dist/check-more-types.js",
"dist/check-more-types.min.js"
],

@@ -83,3 +87,3 @@ "homepage": "https://github.com/kensho/check-more-types",

"license": "MIT",
"main": "check-more-types.js",
"main": "dist/check-more-types.js",
"release": {

@@ -101,14 +105,16 @@ "verifyConditions": [

"scripts": {
"build": "grunt",
"build": "npm run pack && grunt",
"commit": "git-issues && commit-wizard",
"coveralls": "lcov-filter cover/lcov.info test | ./node_modules/coveralls/bin/coveralls.js",
"format": "standard-format -w src/*.js",
"issues": "git-issues",
"lint": "standard --verbose src/*.js",
"mocha": "mocha test/check-more-types-spec.js",
"mocha:synthetic": "grunt mochaTest:syntheticBrowser",
"node-test": "node test/load-under-node-test.js",
"pack": "webpack",
"pkgfiles": "pkgfiles",
"pretest": "grunt",
"pretest": "npm run format && npm run lint",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"size": "tarball=\"$(npm pack .)\"; wc -c \"${tarball}\"; tar tvf \"${tarball}\"; rm \"${tarball}\";",
"test": "npm run node-test && npm run mocha:synthetic && npm run mocha",
"test": "npm run node-test && npm run mocha",
"unit": "npm run mocha",

@@ -115,0 +121,0 @@ "watch": "grunt watch"

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