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.33 to 0.0.34

check/isSame.cjs

2

check/isSame.ts

@@ -7,4 +7,4 @@ /**

*/
export default function isSame(value1, value2): boolean {
export default function checkIsSame(value1: any, value2: any): boolean {
return Object.is(value1, value2);
}

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

},
"version": "0.0.33"
"version": "0.0.34"
}
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