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 1.1.0 to 1.2.0

12

dist/src/index.js

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

var _expectChain = require("./expectChain/expectChain.js");
Object.keys(_expectChain).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _expectChain[key];
}
});
});
var _index = require("./expectMatch/index.js");

@@ -9,0 +21,0 @@

2

package.json
{
"name": "@dmail/expect",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",

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

// https://github.com/jsenv/core/blob/959e76068b62c23d7047f6a8c7a3d6582ac25177/more/lib/instruction/util/object-equals.js#L3
// https://github.com/jsenv/core/tree/959e76068b62c23d7047f6a8c7a3d6582ac25177/more/lib/instruction/assert
export * from "./expectChain/expectChain.js"
export * from "./expectMatch/index.js"
export * from "./expectSpy/index.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