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

laddare

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

laddare - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

7

dist/bundle.js

@@ -0,1 +1,2 @@

module.exports =
/******/ (function(modules) { // webpackBootstrap

@@ -49,6 +50,2 @@ /******/ // The module cache

Object.defineProperty(exports, "__esModule", {
value: true
});
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

@@ -68,3 +65,3 @@

exports.default = _extends({}, datastore, {
module.exports = _extends({}, datastore, {
middleware: {

@@ -71,0 +68,0 @@ Caching: _caching2.default

{
"name": "laddare",
"version": "0.0.2",
"version": "0.0.3",
"description": "Data fetching layaer with support for caching",

@@ -5,0 +5,0 @@ "main": "dist/bundle.js",

import * as datastore from './datastore';
import Caching from './caching';
export default {
module.exports = {
...datastore,

@@ -6,0 +6,0 @@ middleware: {

@@ -7,3 +7,5 @@ const path = require('path');

path: __dirname + '/dist',
filename: 'bundle.js'
filename: 'bundle.js',
library: 'ladda',
libraryTarget: 'commonjs2'
},

@@ -10,0 +12,0 @@ resolve: {

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