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

expect-more

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expect-more - npm Package Compare versions

Comparing version 0.7.1 to 0.8.0

dist/is-visible-string.d.ts

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [0.8.0](https://github.com/JamieMason/expect-more/compare/expect-more@0.7.1...expect-more@0.8.0) (2020-05-30)
### Features
* **expect:** add isVisibleString ([072e596](https://github.com/JamieMason/expect-more/commit/072e596a40ce6325ca717d78501a4a230f48da89))
## [0.7.1](https://github.com/JamieMason/expect-more/compare/expect-more@0.7.0...expect-more@0.7.1) (2020-04-28)

@@ -8,0 +19,0 @@

1

dist/index.d.ts

@@ -44,2 +44,3 @@ export { endsWith } from './ends-with';

export { isValidDate } from './is-valid-date';
export { isVisibleString } from './is-visible-string';
export { isWalkable } from './is-walkable';

@@ -46,0 +47,0 @@ export { isWhitespace } from './is-whitespace';

@@ -89,2 +89,4 @@ "use strict";

exports.isValidDate = is_valid_date_1.isValidDate;
var is_visible_string_1 = require("./is-visible-string");
exports.isVisibleString = is_visible_string_1.isVisibleString;
var is_walkable_1 = require("./is-walkable");

@@ -91,0 +93,0 @@ exports.isWalkable = is_walkable_1.isWalkable;

5

package.json
{
"name": "expect-more",
"description": "Curried JavaScript Type Testing Library with Zero Dependencies",
"version": "0.7.1",
"version": "0.8.0",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",

@@ -18,3 +18,4 @@ "bugs": "https://github.com/JamieMason/expect-more/issues",

},
"typings": "./dist/index.d.ts"
"typings": "./dist/index.d.ts",
"gitHead": "fa73b3477df2f0c4c75ffefa825b91af484aabee"
}

@@ -107,2 +107,3 @@ # expect-more

- `isString: (value: any) => boolean`
- `isVisibleString: (value: any) => boolean`
- `isWhitespace: (value: any) => boolean`

@@ -109,0 +110,0 @@ - `startsWith: (other: string, value: any) => boolean`

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