Socket
Socket
Sign inDemoInstall

mixme

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mixme - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

11

CHANGELOG.md

@@ -0,2 +1,13 @@

# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [0.5.3](https://github.com/adaltas/node-mixme/compare/v0.5.2...v0.5.3) (2021-09-21)
### Bug Fixes
* relax properties excluded from copy ([d22c51a](https://github.com/adaltas/node-mixme/commit/d22c51a16e9da10d34ac52ea9189ef75d951c980))
# Changelog

@@ -3,0 +14,0 @@

38

package.json
{
"name": "mixme",
"description": "A library for recursive merging of Javascript objects",
"version": "0.5.2",
"version": "0.5.3",
"author": "David Worms <david@adaltas.com> (https://www.adaltas.com)",
"contributors": [],
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"coffeescript": "^2.5.1",
"mocha": "^8.3.2",
"rollup": "^2.45.2",
"rollup-plugin-babel": "^4.3.2",
"should": "^13.2.3"
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"coffeescript": "^2.6.0",
"husky": "^7.0.2",
"mocha": "^9.1.1",
"pinst": "^2.1.6",
"rollup": "^2.56.3",
"rollup-plugin-babel": "^4.4.0",
"should": "^13.2.3",
"standard-version": "^9.3.1"
},

@@ -53,12 +58,13 @@ "engines": {

"scripts": {
"preversion": "grep '## Trunk' CHANGELOG.md && npm test",
"version": "version=`grep '^ \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md",
"postversion": "git push origin master && git push origin master --tags && npm publish",
"patch": "npm version patch -m 'Bump to version %s'",
"minor": "npm version minor -m 'Bump to version %s'",
"major": "npm version major -m 'Bump to version %s'",
"build": "coffee -b -o lib src && rollup -c",
"_postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"build": "coffee -b -o lib src src && rollup -c",
"pretest": "npm run build",
"test": "mocha test/**/*.coffee"
"test": "mocha 'test/**/*.coffee'",
"release": "standard-version",
"release:minor": "standard-version --release-as minor",
"release:patch": "standard-version --release-as patch",
"release:major": "standard-version --release-as major"
}
}
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