Socket
Socket
Sign inDemoInstall

jasmine-enzyme

Package Overview
Dependencies
2
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-rc2 to 2.0.0-rc4

6

package.json
{
"name": "jasmine-enzyme",
"version": "2.0.0-rc2",
"version": "2.0.0-rc4",
"description": "Jasmine assertions for enzyme",

@@ -13,3 +13,3 @@ "main": "lib/index.js",

"jest": "jest",
"jasmine": "jasmine",
"jasmine": "node_modules/jasmine/bin/jasmine.js",
"lint": "eslint ./src",

@@ -46,3 +46,3 @@ "prepublish": "npm run build",

"dependencies": {
"enzyme-matchers": "^2.0.0-rc2"
"enzyme-matchers": "^2.0.0-rc4"
},

@@ -49,0 +49,0 @@ "jest": {

@@ -9,2 +9,2 @@ // this is a migration step.

});
})
});

@@ -12,2 +12,4 @@ /**

declare var jest:Object;
export default function jasmineEnzyme() : void {

@@ -20,3 +22,3 @@ // Migration step for moving people from jasmine-enzyme

Use that project instead of this. For more information, see: _______
`)
`);
}

@@ -28,7 +30,5 @@

addMatcher({
[matcher]: () => {
return { compare: enzymeMatchers[matcher] };
},
[matcher]: () => ({ compare: enzymeMatchers[matcher] }),
});
});
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc