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

util-ex

Package Overview
Dependencies
Maintainers
0
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

util-ex - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

lib/is/type/plain-object.d.ts

1

lib/is/type/index.d.ts

@@ -19,1 +19,2 @@ export * from "./arguments.js";

export * from "./async-iterable.js";
export * from "./plain-object.js";

@@ -203,2 +203,13 @@ "use strict";

});
});
var _plainObject = require("./plain-object.js");
Object.keys(_plainObject).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _plainObject[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _plainObject[key];
}
});
});

2

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/snowyu/util-ex.js",
"version": "2.0.0",
"version": "2.1.0",
"author": {

@@ -8,0 +8,0 @@ "name": "Riceball LEE",

@@ -19,1 +19,2 @@ export * from './arguments.js';

export * from './async-iterable.js';
export * from './plain-object.js';

@@ -43,5 +43,4 @@ import sinonChai from "sinon-chai";

const result = getNames(test);
console.log('TCL:: ~ result:', result, test);
result.should.be.deep.equal(['non2']);
});
});
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