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

@dmail/expect

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dmail/expect - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

12

dist/src/index.js

@@ -42,2 +42,14 @@ "use strict";

});
var _expectThrowWith = require("./expectThrowWith/expectThrowWith.js");
Object.keys(_expectThrowWith).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _expectThrowWith[key];
}
});
});
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@dmail/expect",
"version": "2.0.0",
"version": "2.1.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": {

@@ -7,1 +7,2 @@ // https://github.com/jsenv/core/blob/959e76068b62c23d7047f6a8c7a3d6582ac25177/more/lib/instruction/util/object-equals.js#L3

export * from "./expectSpy/index.js"
export * from "./expectThrowWith/expectThrowWith.js"

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