Socket
Socket
Sign inDemoInstall

@parca/store

Package Overview
Dependencies
Maintainers
4
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parca/store - npm Package Compare versions

Comparing version 0.14.1 to 0.14.29

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

## [0.14.29](https://github.com/parca-dev/parca/compare/ui-v0.14.28...ui-v0.14.29) (2022-08-15)
## 0.14.21 (2022-08-10)
**Note:** Version bump only for package @parca/store
## [0.14.1](https://github.com/parca-dev/parca/compare/ui-v0.13.14...ui-v0.14.1) (2022-07-25)

@@ -8,0 +20,0 @@

4

package.json
{
"name": "@parca/store",
"version": "0.14.1",
"version": "0.14.29",
"description": "State management for Parca UI",

@@ -21,3 +21,3 @@ "main": "src/index.tsx",

},
"gitHead": "0521a654350bbd2f758b7e2695bac1001ca11a63"
"gitHead": "e6dabbc59485409b1fc818d5c56c7999d9a22f17"
}

@@ -0,1 +1,14 @@

// Copyright 2022 The Parca Authors
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
import {TypedUseSelectorHook, useDispatch, useSelector} from 'react-redux';

@@ -2,0 +15,0 @@ import type {RootState, AppDispatch} from './store';

@@ -0,1 +1,14 @@

// Copyright 2022 The Parca Authors
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
import {createSlice, PayloadAction} from '@reduxjs/toolkit';

@@ -2,0 +15,0 @@ import type {RootState} from '../store';

@@ -0,1 +1,14 @@

// Copyright 2022 The Parca Authors
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
import {createSlice, PayloadAction} from '@reduxjs/toolkit';

@@ -2,0 +15,0 @@ import type {RootState} from '../store';

@@ -0,1 +1,14 @@

// Copyright 2022 The Parca Authors
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
import {configureStore, combineReducers} from '@reduxjs/toolkit';

@@ -2,0 +15,0 @@ import profileReducer from './slices/profileSlice';

Sorry, the diff of this file is not supported yet

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