New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

map-factory

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

map-factory - npm Package Versions

1
46

1.6.0

Diff

Changelog

Source

1.6.0

Added experimental mode to begin absorbing object-mapper into code base


const mapper = createMapper({ experimental:true });

midknight41
published 1.5.0 •

Changelog

Source

1.5.0

Converted code from TypeScript to ES6 with babel

midknight41
published 1.4.1 •

Changelog

Source

1.4.1

Fixed bug where you couldn't map from the same source field more than once.

midknight41
published 1.4.0 •

Changelog

Source

1.4.0

Added the chainable or() method to select from alterate source fields.


const mapper = createMapper();

mapper
	.map("occupier").or("tenant").or("leasee").to("occupier");

midknight41
published 1.3.0 •

Changelog

Source

1.3.0

Added the each() method to help when working with multiple mappers and arrays.

midknight41
published 1.2.3 •

Changelog

Source

1.2.3

Actually fixed the links in the docs

midknight41
published 1.2.2 •

Changelog

Source

1.2.2

Tried and failed to fix links in docs

midknight41
published 1.2.1 •

Changelog

Source

1.2.1

Improved documentation

midknight41
published 1.2.0 •

Changelog

Source

1.2.0

Add map method which will improve readability in some use cases Added support for fluent coding style

midknight41
published 1.1.0 •

Changelog

Source

1.1.0

Added feature to map.execute which allows you to provide an existing object as the target object.

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