deep-storage
Advanced tools
Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "deep-storage", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "Simple observable state management for reactive applications", | ||
@@ -9,5 +9,4 @@ "main": "lib/index.js", | ||
"@types/jest": "^20.0.2", | ||
"@types/react": "^15.0.38", | ||
"@types/react-dom": "^15.5.1", | ||
"jest": "^20.0.4", | ||
"rimraf": "^2.6.1", | ||
"typescript": "^2.4.1", | ||
@@ -19,8 +18,6 @@ "webpack": "^3.3.0", | ||
"test": "jest", | ||
"build": "tsc" | ||
"build": "rimraf lib && tsc" | ||
}, | ||
"dependencies": { | ||
"react": "^15.6.1", | ||
"react-dom": "^15.6.1" | ||
} | ||
"dependencies": {}, | ||
"types": "lib/index.d.ts" | ||
} |
@@ -16,3 +16,3 @@ Deep Storage provides observable state for reactive applications in JavaScript. | ||
See an [implementation of TodoMVC that uses Deep Storage](https://github.com/deep-storage/deep-storage/tree/master/examples/react-todomvc). | ||
See an [implementation of TodoMVC that uses Deep Storage](https://github.com/deep-storage/examples/tree/master/react-todomvc). | ||
@@ -33,3 +33,3 @@ ## Installing | ||
import {deep} from 'deep-storage/react'; | ||
import {deep} from 'deep-storage-react'; | ||
@@ -36,0 +36,0 @@ class TimerView extends React.Component { |
@@ -1,2 +0,2 @@ | ||
type StateUpdateCallback = <DeepState>(path: Path, newState: DeepState, oldState: DeepState) => void; | ||
export type StateUpdateCallback = <DeepState>(path: Path, newState: DeepState, oldState: DeepState) => void; | ||
@@ -3,0 +3,0 @@ export interface DeepSubscriptions { |
@@ -8,3 +8,4 @@ { | ||
"target": "es5", | ||
"jsx": "react" | ||
"jsx": "react", | ||
"declaration": true | ||
}, | ||
@@ -11,0 +12,0 @@ "include": [ |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
0
6
146725
13
351
1
- Removedreact@^15.6.1
- Removedreact-dom@^15.6.1
- Removedasap@2.0.6(transitive)
- Removedcore-js@1.2.7(transitive)
- Removedcreate-react-class@15.7.0(transitive)
- Removedencoding@0.1.13(transitive)
- Removedfbjs@0.8.18(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedpromise@7.3.1(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@15.7.0(transitive)
- Removedreact-dom@15.7.0(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsetimmediate@1.0.5(transitive)
- Removedua-parser-js@0.7.39(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)