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

pd

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pd - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

7

lib/pd.js
/*
pd(obj) -> propertyDescriptorsOfObject {
bindAll: function that binds all the methods of an object to the object,
bindAll: function that binds all the methods of an object to the object
extend: function that extends the first argument with the rest
Name: returns a namespace(anyKey) -> uniqueObject function
memoize: returns a memoized version of the function
}
pd requires ES5. Uses the shimmable subset of ES5.
*/

@@ -189,3 +188,3 @@ ;(function (Object, slice) {

list.forEach(function (cb) {
typeof cb === "function" && cb.call(this, caches[key])
typeof cb === "function" && cb.apply(this, caches[key])
}, this)

@@ -192,0 +191,0 @@ }

{
"name": "pd",
"version": "0.7.0",
"version": "0.7.1",
"description": "Manage propertyDescriptors, an OO utility",

@@ -5,0 +5,0 @@ "keywords": ["oo", "oop", "propertydescriptor", "arch", "utility"],

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