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

poof

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poof - npm Package Compare versions

Comparing version
2.1.1
to
2.2.0
+2
-2
package.json
{
"name": "poof",
"version": "2.1.1",
"version": "2.2.0",
"description": "Simple data processing with decorators",

@@ -32,3 +32,3 @@ "main": "dist/index.js",

"dependencies": {
"poof-factory": "^2.1.1"
"poof-factory": "^2.2.0"
},

@@ -35,0 +35,0 @@ "devDependencies": {

@@ -27,2 +27,3 @@ # Poof

- [decorators.assign](#decoratorsassign)
- [decorators.assignTo(key)](#decoratorsassigntokey)
- [decorators.filter(predicate)](#decoratorsfilterpredicate)

@@ -244,2 +245,6 @@ - [decorators.from(key)](#decoratorsfromkey)

#### decorators.assignTo(key)
Just like `decorators.assign`, but assigns to a property named after the `key` argument. Use sparingly, only when the output property name needs to be computed.
#### decorators.filter(predicate)

@@ -246,0 +251,0 @@