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

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.8 to 0.5.9

dist/cjs/index.cjs

15

package.json
{
"name": "mixme",
"description": "A library for recursively merging JavaScript objects",
"version": "0.5.8",
"version": "0.5.9",
"author": "David Worms <david@adaltas.com> (https://www.adaltas.com)",

@@ -60,3 +60,3 @@ "contributors": [

"license": "MIT",
"main": "dist/cjs/mixme.js",
"main": "./dist/cjs/index.cjs",
"mocha": {

@@ -81,3 +81,5 @@ "inline-diffs": true,

"postpublish": "pinst --enable",
"build": "rollup -c && cp lib/index.d.ts dist/cjs/index.d.cts",
"build": "npm run build:rollup && npm run build:ts",
"build:rollup": "rollup -c",
"build:ts": "cp lib/index.d.ts dist/cjs/index.d.cts && cp lib/*.ts dist/esm",
"test": "mocha 'test/**/*.{js,ts}'",

@@ -91,3 +93,10 @@ "release": "standard-version",

"types": "lib/index.d.ts",
"typesVersions": {
"*": {
".": [
"dist/esm/index.d.ts"
]
}
},
"dependencies": {}
}
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