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

ngrx-store-capacitor

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

ngrx-store-capacitor - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

index.ngsummary.json

18

package.json
{
"name": "ngrx-store-capacitor",
"version": "1.0.3",
"version": "1.0.4",
"description": "Simple storage syncing between @ngrx/store and @capacitor.",

@@ -31,5 +31,5 @@ "scripts": {

"devDependencies": {
"@angular/compiler": "6.1.10",
"@angular/compiler-cli": "6.1.10",
"@angular/core": "6.1.10",
"@angular/compiler": "^6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular/core": "^6.0.0",
"@capacitor/core": "1.0.0-beta.17",

@@ -42,2 +42,3 @@ "@ngrx/effects": "6.1.2",

"loader-utils": "~1.1.0",
"reflect-metadata": "~0.1.12",
"rimraf": "2.6.3",

@@ -57,8 +58,9 @@ "rxjs": "6.3.3",

"peerDependencies": {
"@angular/core": "^6.1.0",
"@angular/common": ">=6.0.0",
"@angular/core": ">=6.0.0",
"@capacitor/core": "^1.0.0-beta.17",
"@ngrx/effects": "^6.1.0",
"@ngrx/store": "^6.1.0",
"rxjs": "^6.3.0"
"@ngrx/effects": ">=6.0.0",
"@ngrx/store": ">=6.0.0",
"rxjs": ">=6.0.0"
}
}
{
"compilerOptions": {
"noImplicitAny": true,
"module": "es2015",
"target": "es5",
"moduleResolution": "node",
"sourceMap": true,
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"outDir": "./dist/",
"rootDir": "./src",
"lib": [
"es2017",
"dom"
]
"declaration": true,
"moduleResolution": "node",
"noUnusedLocals": true,
"stripInternal": true,
"allowSyntheticDefaultImports": true,
"noUnusedParameters": false,
"lib": ["es7", "es2015", "dom"]
},
"files": [
"index.ts",
"./src/index.ts"
],
"exclude": [
"node_modules"
"node_modules",
"bundles"
],

@@ -23,0 +24,0 @@ "angularCompilerOptions": {

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