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

chai-react

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chai-react - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

bower.json
{
"name": "chai-react",
"main": "chai-react.js",
"version": "3.0.0",
"version": "3.0.1",
"authors": [

@@ -6,0 +6,0 @@ "Andrew Hanna <percyhanna@gmail.com>"

@@ -72,4 +72,4 @@ (function (chaiReact) {

'expected component not to have state \'' + name + '\' with the value #{act}',
actual,
value
value,
actual
);

@@ -76,0 +76,0 @@ }

@@ -12,3 +12,3 @@ {

],
"version": "3.0.0",
"version": "3.0.1",
"repository": {

@@ -15,0 +15,0 @@ "type": "git",

@@ -129,3 +129,3 @@ describe('chai-react', function() {

expect(component).to.have.state('myState', 3);
}).to.fail('expected component to have state \'myState\' with the value 2, but the value was 3');
}).to.fail('expected component to have state \'myState\' with the value 3, but the value was 2');
});

@@ -132,0 +132,0 @@

Sorry, the diff of this file is not supported yet

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