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

assign.js

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assign.js - npm Package Compare versions

Comparing version 2.8.2 to 2.8.5

9

lib/assign.js

@@ -65,2 +65,11 @@ var _ = require('isa.js')

assigner.modes = function ( options = {} ) {
this.validvalues( options.validvalues )
this.respect( options.respect )
this.recursive( options.recursive )
this.blueprinting( options.blueprinting )
this.forceful( options.forceful )
this.typed( options.typed )
}
assigner.copyObject = function ( source, object ) {

@@ -67,0 +76,0 @@ var self = this

2

package.json
{
"name": "assign.js",
"version": "2.8.2",
"version": "2.8.5",
"description": "Tiny libary to assign objects",

@@ -5,0 +5,0 @@ "keywords": [

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