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

@corefunc/corefunc

Package Overview
Dependencies
Maintainers
1
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@corefunc/corefunc - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

is/map.cjs

9

check/isKeyed.ts

@@ -1,4 +0,1 @@

import fnIsSetType from "./isSetType";
import fnIsMapType from "./isMapType";
/**

@@ -8,6 +5,4 @@ * @param {*} value

*/
function isKeyed(value) {
return fnIsSetType(value) || fnIsMapType(value);
export default function checkIsKeyed(value) {
return value instanceof Set || value instanceof Map;
}
export default isKeyed;

@@ -61,3 +61,3 @@ {

},
"version": "0.0.25"
"version": "0.0.26"
}
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