Socket
Socket
Sign inDemoInstall

ngrx-store-localstorage

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngrx-store-localstorage - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.idea/encodings.xml

24

package.json
{
"name": "ngrx-store-localstorage",
"version": "0.0.1",
"version": "0.0.2",
"description": "State and local storage syncing for @ngrx/store",
"main": "index.js",
"main": "./dist/index.js",
"scripts": {
"prebuild": "rm -rf ./dist",
"build": "tsc",
"postbuild": "cp ./{readme.md,package.json} ./dist"
"build_dist": "rm -rf dist && tsc",
"prepublish": "npm run typings && npm run build_dist",
"typings": "typings install"
},

@@ -32,3 +32,15 @@ "repository": {

"@ngrx/store": "^1.3.2"
}
},
"devDependencies": {
"angular2": "2.0.0-beta.7",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.13",
"reflect-metadata": "0.1.2",
"rimraf": "^2.5.1",
"tslint": "^3.4.0",
"typescript": "^1.7.3",
"typings": "^0.6.6",
"zone.js": "0.5.15"
},
"typings": "./dist/index.d.ts"
}

@@ -13,3 +13,3 @@ {

"typings/main.d.ts",
"lib/index.ts"
"src/index.ts"
],

@@ -16,0 +16,0 @@ "exclude": [

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