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

chai-to-assert

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chai-to-assert - npm Package Versions

1.0.0

Diff

Changelog

Source

1.0.0 (2017-02-15)

Features
  • support BDD should style as well (9f68bd6a)
Breaking Changes
  • transform file name has changed (6e339515)

before:

$ jscodeshift -t node_modules/chai-to-assert/lib/expect-to-assert.js target-dir

after:

$ jscodeshift -t node_modules/chai-to-assert/lib/bdd-api-to-node-assert.js target-dir
twada
published 0.4.0 •

Changelog

Source

0.4.0 (2017-02-14)

Features
  • .closeTo(expected, delta) (alias .approximately)
  • .extensible
  • .sealed
  • .frozen
twada
published 0.3.0 •

Changelog

Source

0.3.0 (2017-02-08)

Features
  • .property(name, [value])
  • .ownProperty(name, [value]) (alias .haveOwnProperty)
  • .ownPropertyDescriptor(name, [descriptor]) (alias .haveOwnPropertyDescriptor)
twada
published 0.2.0 •

Changelog

Source

0.2.0 (2017-02-06)

Features
  • .finite
  • .NaN
  • .exist
  • .lengthOf(value) (alias .length)
  • .above(value) (alias .gt, .greaterThan)
  • .least(value) (alias .gte)
  • .below(value) (alias .lt, .lessThan)
  • .most(value) (alias .lte)
  • .within(start, finish)
  • .respondTo(method) (alias .respondsTo)
  • .satisfy(predicate) (alias .satisfies)
  • .throw([errorLike], [errMsgMatcher]) (alias .throws, .Throw)
  • .oneOf(list)
twada
published 0.1.0 •

Changelog

Source

0.1.0 (2017-01-23)

Features
  • .ok
  • .true
  • .false
  • .null
  • .undefined
  • .a(type) (alias an) (only for primitives and null)
  • .equal(value) (alias .equals, .eq)
  • .eql(value) (alias .eqls)
  • .instanceof(constructor) (alias .instanceOf)
  • .match(regexp) (alias .matches)
  • .string(string)
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