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

@dvo/stamp

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

@dvo/stamp - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

package.json
{
"name": "@dvo/stamp",
"version": "0.0.3",
"version": "0.0.4",
"description": "Tool for lightweight componentization.",
"main": "build/stamp.js",
"main": "lib/stamp.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "jest --watch --coverage",

@@ -36,3 +36,3 @@ # STAMP

</div>
by <span className="book-card-author></span>
by <span className="book-card-author"></span>
</div>

@@ -95,2 +95,2 @@ </template>

- `execute()` <small>:function</small> Allows you to run a callback on any point in the chain. The function will receive the stamp object as an argument. Use it for side-effects or debugging.
- `debug()` A minor tool that logs to the console the current stamp configuration.
- `debug()` <small>:bool</small> A minor tool that logs to the console the current stamp configuration. A truthy argument will cause debug() to return an object with the data instead of logging to console.
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