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

object-property-assigner

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-property-assigner - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

build/index.d.ts

@@ -17,2 +17,2 @@ type BasicType = string | number | boolean | undefined | null | Function;

export { type BasicType, type Input, type InputArray, type InputObject, type Value, assign as default };
export { BasicType, Input, InputArray, InputObject, Value, assign as default };
{
"name": "object-property-assigner",
"version": "1.2.1",
"version": "1.2.2",
"description": "A lightweight (no dependencies) tool to assign deeply nested properties in JS Objects (incl. Arrays)",

@@ -19,2 +19,3 @@ "main": "build/index.cjs.js",

"build": "rimraf ./build && rollup -c && rimraf ./build/dts",
"postbuild": "node ./scripts/cleanBuildTypes.js",
"compile": "rimraf ./build && tsc",

@@ -28,2 +29,3 @@ "prepublish": "yarn build"

"@types/node": "^20.11.16",
"fs-extra": "^11.2.0",
"jest": "^29.4.3",

@@ -30,0 +32,0 @@ "lodash": "^4.17.21",

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