Socket
Socket
Sign inDemoInstall

clever-frontend-utils

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clever-frontend-utils - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

6

dist/index.js
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
var reduxAsyncUtils = require("./reduxAsyncUtils");
exports.reduxAsyncUtils = reduxAsyncUtils;
__export(require("./reduxAsyncUtils"));

@@ -1,5 +0,1 @@

import * as reduxAsyncUtils from "./reduxAsyncUtils";
export {
reduxAsyncUtils,
};
export * from "./reduxAsyncUtils";
{
"name": "clever-frontend-utils",
"version": "0.1.0",
"version": "0.2.0",
"description": "A set of utils for frontend projects at Clever (and potentially elsewhere!)",

@@ -5,0 +5,0 @@ "main": "dist/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