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.5.1 to 0.5.2

9

CHANGELOG.md

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

<a name="0.5.2"></a>
## [0.5.2](https://github.com/JamieMason/expect-more/compare/expect-more@0.5.1...expect-more@0.5.2) (2018-08-26)
**Note:** Version bump only for package expect-more
<a name="0.5.1"></a>

@@ -8,0 +17,0 @@ ## [0.5.1](https://github.com/JamieMason/expect-more/compare/expect-more@0.5.0...expect-more@0.5.1) (2018-08-25)

6

dist/index.d.ts

@@ -42,5 +42,5 @@ import { ICurry2Args, ICurry3Args, VoidFn } from './typings';

export declare const isNonEmptyString: (value: any) => boolean;
export declare const isSameLengthAs: ICurry2Args<string, any, boolean>;
export declare const isShorterThan: ICurry2Args<string, any, boolean>;
export declare const isLongerThan: ICurry2Args<string, any, boolean>;
export declare const isSameLengthAs: ICurry2Args<string | any[], any, boolean>;
export declare const isShorterThan: ICurry2Args<string | any[], any, boolean>;
export declare const isLongerThan: ICurry2Args<string | any[], any, boolean>;
export declare const hasMember: ICurry2Args<string, any, boolean>;

@@ -47,0 +47,0 @@ export declare const isIso8601: (value: any) => boolean;

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

@@ -6,0 +6,0 @@ "bugs": "https://github.com/JamieMason/expect-more/issues",

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