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

@stamp/arg-over-prop

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stamp/arg-over-prop - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

index.js

@@ -8,6 +8,6 @@ var compose = require('@stamp/compose');

function initializer(opts, ref) {
if (!opts) return;
var conf = ref.stamp.compose.deepConfiguration;
var keysToAssign = conf && conf.ArgOverProp;
if (!keysToAssign || !keysToAssign.length) return;
opts = opts || {};
for (var i = 0; i < keysToAssign.length; i++) {

@@ -14,0 +14,0 @@ var key = keysToAssign[i], incomingValue = opts[key];

{
"name": "@stamp/arg-over-prop",
"version": "1.0.2",
"version": "1.0.3",
"description": "Assign properties passed to the stamp factory",

@@ -5,0 +5,0 @@ "main": "index.js",

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