Socket
Socket
Sign inDemoInstall

immutable-object-methods

Package Overview
Dependencies
1
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

4

package.json
{
"name": "immutable-object-methods",
"version": "1.1.0",
"version": "1.1.1",
"description": "Update normal plain javascript object, immutable style. Simlar to how immutable.js, seamless-immutable etc does it but a lot smaller and simpler.",

@@ -29,3 +29,3 @@ "main": "dist/index.js",

"package-json-to-readme": "^1.5.1",
"semistandard": "^7.0.5",
"semistandard": "^8.0.0",
"snazzy": "^4.0.0"

@@ -32,0 +32,0 @@ },

import test from 'ava';
import 'babel-core/register';
import {assign, getIn, mergeDeep, setIn, set, without} from './lib';
import objectMethods from './lib';
import {assign, getIn, mergeDeep, setIn, set, without, default as objectMethods} from './lib';

@@ -6,0 +5,0 @@ test('default export', t => {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc