New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rest-hooks/normalizr

Package Overview
Dependencies
Maintainers
2
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rest-hooks/normalizr - npm Package Compare versions

Comparing version 6.0.6 to 6.0.7

8

CHANGELOG.md

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

### [6.0.7](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/normalizr@6.0.6...@rest-hooks/normalizr@6.0.7) (2021-04-04)
**Note:** Version bump only for package @rest-hooks/normalizr
### [6.0.6](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/normalizr@6.0.5...@rest-hooks/normalizr@6.0.6) (2021-03-14)

@@ -8,0 +16,0 @@

6

package.json
{
"name": "@rest-hooks/normalizr",
"version": "6.0.6",
"version": "6.0.7",
"description": "Normalizes and denormalizes JSON according to schema for Redux and Flux applications",

@@ -42,3 +42,3 @@ "homepage": "https://github.com/coinbase/rest-hooks/tree/master/packages/normalizr#readme",

"build:js:production": "cross-env BROWSERSLIST_ENV=legacy NODE_ENV=production rollup -c",
"build:lib": "cross-env NODE_ENV=production ROOT_PATH_PREFIX='@rest-hooks/normalizr' babel --root-mode upward src --out-dir lib --source-maps inline --extensions '.ts,.tsx,.js' --ignore '**/__tests__/**' --ignore '**/*.d.ts'",
"build:lib": "cross-env NODE_ENV=production ROOT_PATH_PREFIX='@rest-hooks/normalizr' babel --root-mode upward src --out-dir lib --source-maps inline --extensions '.ts,.tsx,.js' --ignore '**/__tests__/**' --ignore '**/__benchmarks__/**' --ignore '**/*.d.ts'",
"build:clean": "rimraf dist lib *.tsbuildinfo",

@@ -70,3 +70,3 @@ "lint": "yarn lint:cmd --fix",

},
"gitHead": "f350b75d5680b1928521f20822c67e27f0f7f5a5"
"gitHead": "5751520320d27212b1ffd21b2303649f312f412c"
}
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