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

@produck/charon-options

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@produck/charon-options - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

types/Options.d.ts

7

package.json
{
"name": "@produck/charon-options",
"version": "0.1.0",
"version": "0.1.1",
"description": "Reactive options accessor provider.",

@@ -17,3 +17,4 @@ "keywords": [

"index.d.ts",
"src"
"src",
"types"
],

@@ -38,3 +39,3 @@ "type": "module",

},
"gitHead": "044db4f866233c9b5cd51231ff1e0e4a544ae552"
"gitHead": "7f589c264ffa8f5cb6c846f709a3cefab83dcefd"
}

@@ -9,3 +9,3 @@ import { Object, Lang, Console } from '@produck/charon';

export const define = (descriptor, childAccessorMap = {}) => {
export const define = (descriptor = {}, childAccessorMap = {}) => {
const finalDescriptor = Property.normalize(descriptor);

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