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 10.0.2 to 10.0.3

8

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

@@ -81,6 +81,6 @@ "homepage": "https://resthooks.io/docs/concepts/normalization",

"build:js:production": "BROWSERSLIST_ENV=legacy NODE_ENV=production rollup -c",
"build:js:node": "BROWSERSLIST_ENV=node12 NODE_ENV=development rollup -c",
"build:js:node": "BROWSERSLIST_ENV=node12 NODE_ENV=development rollup -c && echo '{\"type\":\"commonjs\"}' > dist/package.json",
"build:lib": "NODE_ENV=production BROWSERSLIST_ENV='2020' babel --root-mode upward src --out-dir lib --extensions '.ts,.tsx,.js' --ignore '**/__tests__/**' --ignore '**/*.d.ts'",
"build:legacy:lib": "NODE_ENV=production BROWSERSLIST_ENV='2018' babel --root-mode upward src --out-dir legacy --extensions '.ts,.tsx,.js' --ignore '**/__tests__/**' --ignore '**/*.d.ts'",
"build:bundle": "run-s build:js:\\* && echo '{\"type\":\"commonjs\"}' > dist/package.json",
"build:bundle": "run-s build:js:\\*",
"build:clean": "rimraf lib ts3.4 legacy dist *.tsbuildinfo",

@@ -119,3 +119,3 @@ "build:legacy-types": "yarn run downlevel-dts lib ts3.4",

},
"gitHead": "a1c7373956f3fd885390e13840553c920da4a62f"
"gitHead": "c0248d68395248454f494f4cb8203ed7a5cdd94a"
}
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