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

imprest

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imprest - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

24

lib/index.js

@@ -19,2 +19,14 @@ "use strict";

var _molecules = require("./molecules");
Object.keys(_molecules).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _molecules[key];
}
});
});
var _styles = require("./styles");

@@ -32,2 +44,14 @@

var _templates = require("./templates");
Object.keys(_templates).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _templates[key];
}
});
});
var _util = require("./util");

@@ -34,0 +58,0 @@

2

package.json
{
"name": "imprest",
"version": "0.0.3",
"version": "0.0.4",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "repository": "https://github.com/luk707/imprest.git",

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