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

@saulx/utils

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saulx/utils - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/deepCopy.d.ts

2

package.json
{
"name": "@saulx/utils",
"main": "./dist/index.js",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {

@@ -6,0 +6,0 @@ "build": "tsc",

@@ -6,5 +6,3 @@ import test from 'ava'

const a = { x: true }
t.true(hash(a) > 0)
const bla = {

@@ -15,3 +13,2 @@ x: {

}
t.true(hash(bla) > 0)

@@ -18,0 +15,0 @@ })

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