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

@stamp/init-property

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stamp/init-property - npm Package Compare versions

Comparing version 0.1.7 to 1.0.0

6

index.js

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

for (var i = 0; i < keys.length; i++) {
var key = keys[i];
if (isStamp(this[key])) {
var key = keys[i], stamp = this[key];
if (isStamp(stamp)) {
args[0] = opts && opts[key];
this[key] = this[key].apply(undefined, args);
this[key] = stamp.apply(undefined, args);
}

@@ -14,0 +14,0 @@ }

{
"name": "@stamp/init-property",
"version": "0.1.7",
"version": "1.0.0",
"description": "Replaces properties which reference stamps with objects created from the stamps",

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

"dependencies": {
"@stamp/compose": "^0.1.6",
"@stamp/compose": "^1.0.0",
"@stamp/is": "^0.1.2"
}
}
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