New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.8 to 2.8.9

2

lib/assign.js

@@ -76,2 +76,4 @@ var _ = require('isa.js')

assigner.copyObject = function ( source, object ) {
if (!source) return object
var self = this

@@ -78,0 +80,0 @@ object = object || { }

2

package.json
{
"name": "assign.js",
"version": "2.8.8",
"version": "2.8.9",
"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