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

@lab009/erebus

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lab009/erebus - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

17

dist/index.js

@@ -6,2 +6,3 @@ 'use strict';

});
exports.reducers = exports.createAction = exports.unionOf = exports.valuesOf = exports.arrayOf = exports.Schema = undefined;

@@ -22,11 +23,7 @@ var _normalizr = require('normalizr');

exports.default = {
Schema: _normalizr.Schema,
arrayOf: _normalizr.arrayOf,
valuesOf: _normalizr.valuesOf,
unionOf: _normalizr.unionOf,
createAction: _createAction2.default,
reducers: reducers
};
module.exports = exports['default'];
exports.Schema = _normalizr.Schema;
exports.arrayOf = _normalizr.arrayOf;
exports.valuesOf = _normalizr.valuesOf;
exports.unionOf = _normalizr.unionOf;
exports.createAction = _createAction2.default;
exports.reducers = reducers;

@@ -6,2 +6,3 @@ 'use strict';

});
exports.reducers = exports.createAction = exports.unionOf = exports.valuesOf = exports.arrayOf = exports.Schema = undefined;

@@ -22,10 +23,7 @@ var _normalizr = require('normalizr');

exports.default = {
Schema: _normalizr.Schema,
arrayOf: _normalizr.arrayOf,
valuesOf: _normalizr.valuesOf,
unionOf: _normalizr.unionOf,
createAction: _createAction2.default,
reducers: reducers
};
exports.Schema = _normalizr.Schema;
exports.arrayOf = _normalizr.arrayOf;
exports.valuesOf = _normalizr.valuesOf;
exports.unionOf = _normalizr.unionOf;
exports.createAction = _createAction2.default;
exports.reducers = reducers;
{
"name": "@lab009/erebus",
"version": "2.0.0",
"version": "2.0.1",
"description": "Dead-simple API actions for Redux",

@@ -5,0 +5,0 @@ "repository": {

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