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

goodies

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

goodies - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

2

index.js

@@ -18,3 +18,3 @@ var extend = function(object, methodName, method) {

extend(Object, "merge", function(object) {
extend(Object, "join", function(object) {
var objectA = object

@@ -21,0 +21,0 @@ , objectB = this

@@ -5,3 +5,3 @@ {

"author": "Adam Blackburn <adam@ifit.com>",
"version": "0.0.2",
"version": "0.1.0",
"main": "index.js",

@@ -8,0 +8,0 @@ "keywords": ["goodies", "merge", "unique", "unixtime"],

@@ -9,3 +9,3 @@ # Goodies

### `Object.merge(object)`
### `Object.join(object)`

@@ -12,0 +12,0 @@ Returns a new object that is created from the calling object, and the

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