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

@cookbook/dot-notation

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cookbook/dot-notation - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

changelog.config.js

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [2.0.1](https://github.com/the-cookbook/dot-notation/compare/v2.0.0...v2.0.1) (2022-06-19)
### Bug Fixes
* **package.json:** switch from "postinstall" to "prepare" ([6bb741e](https://github.com/the-cookbook/dot-notation/commit/6bb741e5a4404d9b100f71c2d5da1dd61c1bd23f))
# [2.0.0](https://github.com/the-cookbook/dot-notation/compare/v1.2.0...v2.0.0) (2022-06-19)

@@ -2,0 +9,0 @@

4

package.json
{
"name": "@cookbook/dot-notation",
"version": "2.0.0",
"version": "2.0.1",
"description": "Object readings and complex transformations using dot notation syntax.",

@@ -27,3 +27,3 @@ "main": "lib/index.js",

"authors": "node ./scripts/authors.js",
"postinstall": "yarn husky install && npm run build && npm run authors",
"prepare": "yarn husky install && npm run build && npm run authors",
"prepublishOnly": "npm test && npm run lint",

@@ -30,0 +30,0 @@ "preversion": "npm run lint",

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