@wildpeaks/actions-worker
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "@wildpeaks/actions-worker", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "ActionsWorker class", | ||
@@ -29,6 +29,3 @@ "main": "src/ActionsWorker.js", | ||
"sinon": "^1.17.6" | ||
}, | ||
"dependencies": { | ||
"deep-strict-equal": "^0.2.0" | ||
} | ||
} |
# ActionsWorker | ||
[![Build Status](https://travis-ci.org/wildpeaks/package-actions-worker.svg?branch=master)](https://travis-ci.org/wildpeaks/package-actions-worker) | ||
Class that **stores an immutable state** that can be edited using actions, and **emits props on change**. | ||
@@ -4,0 +6,0 @@ |
/* eslint-env node, worker */ | ||
'use strict'; | ||
const deepStrictEqual = require('deep-strict-equal'); | ||
function deepStrictEqual(obj1, obj2){ | ||
return JSON.stringify(obj1) === JSON.stringify(obj2); | ||
} | ||
function required(){ | ||
@@ -7,0 +11,0 @@ throw new Error('Missing required parameter'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4152
0
75
12
- Removeddeep-strict-equal@^0.2.0
- Removedbuf-compare@1.0.1(transitive)
- Removedcore-assert@0.2.1(transitive)
- Removeddeep-strict-equal@0.2.0(transitive)
- Removedis-error@2.2.2(transitive)