Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

forwardable

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forwardable - npm Package Compare versions

Comparing version
0.3.0
to
0.3.1
+4
-0
CHANGELOG.rst

@@ -0,1 +1,5 @@

* 0.3.1
- Various minor fixes in README.rst
* 0.3.0

@@ -2,0 +6,0 @@

+9
-3
Metadata-Version: 1.1
Name: forwardable
Version: 0.3.0
Version: 0.3.1
Summary: Forwardable as in Ruby's stdlib

@@ -83,3 +83,3 @@ Home-page: https://github.com/5long/forwardable

@forwardable
@forwardable()
class MyDict(object):

@@ -97,3 +97,3 @@ def_delegator('dct.get', '__call__')

The ``@forwardable()`` decorator injects ``def_delegator{,s}()`` into the
The ``@forwardable()`` decorator injects ``def_delegator{,s}`` into the
module scope temorarily, which is why you don't have to import them

@@ -108,2 +108,8 @@ explicitly. This is admittedly magical but discourages the usage

Links
-----
* Source Repository: https://github.com/5long/forwardable
* Feedback: https://github.com/5long/forwardable/issues
License

@@ -110,0 +116,0 @@ -------

@@ -18,3 +18,3 @@ """

__version__ = '0.3.0'
__version__ = '0.3.1'

@@ -21,0 +21,0 @@ __all__ = ["forwardable", "def_delegator", "def_delegators"]

Metadata-Version: 1.1
Name: forwardable
Version: 0.3.0
Version: 0.3.1
Summary: Forwardable as in Ruby's stdlib

@@ -83,3 +83,3 @@ Home-page: https://github.com/5long/forwardable

@forwardable
@forwardable()
class MyDict(object):

@@ -97,3 +97,3 @@ def_delegator('dct.get', '__call__')

The ``@forwardable()`` decorator injects ``def_delegator{,s}()`` into the
The ``@forwardable()`` decorator injects ``def_delegator{,s}`` into the
module scope temorarily, which is why you don't have to import them

@@ -108,2 +108,8 @@ explicitly. This is admittedly magical but discourages the usage

Links
-----
* Source Repository: https://github.com/5long/forwardable
* Feedback: https://github.com/5long/forwardable/issues
License

@@ -110,0 +116,0 @@ -------

@@ -75,3 +75,3 @@ Forwardable

@forwardable
@forwardable()
class MyDict(object):

@@ -89,3 +89,3 @@ def_delegator('dct.get', '__call__')

The ``@forwardable()`` decorator injects ``def_delegator{,s}()`` into the
The ``@forwardable()`` decorator injects ``def_delegator{,s}`` into the
module scope temorarily, which is why you don't have to import them

@@ -100,2 +100,8 @@ explicitly. This is admittedly magical but discourages the usage

Links
-----
* Source Repository: https://github.com/5long/forwardable
* Feedback: https://github.com/5long/forwardable/issues
License

@@ -102,0 +108,0 @@ -------