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

mobx-rest

Package Overview
Dependencies
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-rest - npm Package Compare versions

Comparing version 9.0.0 to 9.0.1

4

CHANGELOG.md
# Changelog
## `9.0.1`
- Add missing fromEntries polyfill
## `9.0.0`

@@ -4,0 +8,0 @@

@@ -262,2 +262,8 @@ 'use strict';

require('../../modules/es.array.iterator');
require('../../modules/es.object.from-entries');
var path = require('../../internals/path');
module.exports = path.Object.fromEntries;
var dontMergeArrays = function (_oldArray, newArray) { return newArray; };

@@ -264,0 +270,0 @@ var DEFAULT_PRIMARY = 'id';

3

package.json
{
"name": "mobx-rest",
"version": "9.0.0",
"version": "9.0.1",
"description": "REST conventions for mobx.",

@@ -38,2 +38,3 @@ "jest": {

"tslib": "2.3.0",
"core-js": "3.14.0",
"typescript": "4.3.2"

@@ -40,0 +41,0 @@ },

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