Socket
Socket
Sign inDemoInstall

object-lib

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-lib - npm Package Compare versions

Comparing version 4.0.4 to 4.1.0

lib/core/json-smart-parse.js

1

lib/index.js

@@ -5,1 +5,2 @@ export { default as align } from './core/align.js';

export { default as Merge } from './core/merge.js';
export { default as jsonSmartParse } from './core/json-smart-parse.js';

5

package.json
{
"name": "object-lib",
"type": "module",
"version": "4.0.4",
"version": "4.1.0",
"main": "lib/index.js",

@@ -29,3 +29,4 @@ "repository": {

"lodash.samplesize": "4.2.0",
"node-tdd": "5.2.4"
"node-tdd": "5.2.4",
"smart-fs": "4.0.1"
},

@@ -32,0 +33,0 @@ "licenses": [

@@ -88,2 +88,6 @@ # object-lib

### jsonSmartParse(str: String)
Deals with parsing invalid json outputs that are commonly generated by llms
### Merge(logic: Object = {})(...obj: Object[])

@@ -90,0 +94,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