New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aofl/object-utils

Package Overview
Dependencies
Maintainers
2
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aofl/object-utils - npm Package Compare versions

Comparing version 3.0.0-beta.32 to 3.0.0-beta.34

LICENSE.md

5

package.json
{
"name": "@aofl/object-utils",
"version": "3.0.0-beta.32",
"version": "3.0.0-beta.34",
"description": "A small collection of Object utility functions designed to have a small footprint (20b gz) and be performant",

@@ -39,3 +39,4 @@ "main": "index.js",

"tsd-jsdoc": "^2.4.0"
}
},
"gitHead": "4cb990815f59483bc2ba6051e55cb593245567e2"
}

4

test/deep-freeze.spec.js

@@ -20,3 +20,3 @@ /* eslint no-invalid-this: "off" */

expect(badFn).to.throw(Error);
expect(badFn).to.throw;
});

@@ -29,4 +29,4 @@

expect(badFn).to.throw(Error);
expect(badFn).to.throw;
});
});
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