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

nconvert

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nconvert - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

Makefile

4

lib/converter.js

@@ -37,4 +37,4 @@ (function() {

opts.mappings || (opts.mappings = {});
for (key in dest) {
value = dest[key];
for (key in src) {
value = src[key];
if (__indexOf.call(opts.exclude, key) < 0) {

@@ -41,0 +41,0 @@ (_base = opts.mappings)[key] || (_base[key] = key);

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

"description": "Configurable type/object converter. Useful for copying properties/values to and from data transfer objects and domain objects",
"version": "0.1.0",
"version": "0.2.0",
"homepage": "https://github.com/nrf110/nconvert",

@@ -18,4 +18,6 @@ "repository": {

"devDependencies": {
"jasmine-node": "~1.0.20"
"mocha": "0.12.1",
"should": "0.5.1",
"coffee-script": "latest"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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