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

@homezen/hz-test-helpers

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@homezen/hz-test-helpers - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

.nyc_output/7e6bc2e427c355681ac90ab66f4d3c0a.json

5

lib/index.js

@@ -43,6 +43,2 @@ 'use strict';

var _chaiAsPromised = require('chai-as-promised');
var _chaiAsPromised2 = _interopRequireDefault(_chaiAsPromised);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -59,3 +55,2 @@

_chai2.default.use(_sinonChai2.default);
_chai2.default.use(_chaiAsPromised2.default);
//# sourceMappingURL=index.js.map

13

package.json
{
"name": "@homezen/hz-test-helpers",
"version": "2.0.1",
"version": "3.0.0",
"description": "Universal JavaScript Redux utilities for hz-webapp and beyond",

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

"babel-cli": "~6.24.1",
"babel-core": "~6.24.1",
"babel-core": "~6.25.0",
"babel-eslint": "~7.2.3",

@@ -51,5 +51,5 @@ "babel-loader": "~7.0.0",

"codecov": "~2.2.0",
"cross-env": "~5.0.0",
"cross-env": "~5.0.1",
"eslint": "^3.15",
"eslint-config-homezen": "~2.1.0",
"eslint-config-homezen": "~2.1.1",
"karma": "~1.7.0",

@@ -75,7 +75,6 @@ "karma-chai": "~0.1.0",

"chai": "4.0.2",
"chai-as-promised": "6.0.0",
"debug": "^2.6.0",
"jsverify": "0.8.2",
"sinon": "2.3.2",
"sinon-chai": "2.10.0"
"sinon": "~2.3.4",
"sinon-chai": "~2.11.0"
},

@@ -82,0 +81,0 @@ "repository": {

@@ -12,6 +12,4 @@ /* eslint-env mocha */

import sinonChai from 'sinon-chai'
import chaiAsPromised from 'chai-as-promised'
chai.use(sinonChai)
chai.use(chaiAsPromised)

@@ -18,0 +16,0 @@ export {expect} from 'chai'

Sorry, the diff of this file is not supported yet

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