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

@remirror/core-helpers

Package Overview
Dependencies
Maintainers
1
Versions
264
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remirror/core-helpers - npm Package Compare versions

Comparing version 0.0.0-pr950.1 to 0.0.0-pr950.2

2

dist/remirror-core-helpers.browser.cjs.js

@@ -768,3 +768,3 @@ 'use strict';

index
})).sort((a, z) => compareFn(a.value, z.value) || a.index - z.index).map((_ref2) => {
})).sort((a, z) => compareFn(a.value, z.value) || a.index - z.index).map(_ref2 => {
var value = _ref2.value;

@@ -771,0 +771,0 @@ return value;

@@ -758,3 +758,3 @@ import { BaseError } from 'make-error';

index
})).sort((a, z) => compareFn(a.value, z.value) || a.index - z.index).map((_ref2) => {
})).sort((a, z) => compareFn(a.value, z.value) || a.index - z.index).map(_ref2 => {
var value = _ref2.value;

@@ -761,0 +761,0 @@ return value;

@@ -768,3 +768,3 @@ 'use strict';

index
})).sort((a, z) => compareFn(a.value, z.value) || a.index - z.index).map((_ref2) => {
})).sort((a, z) => compareFn(a.value, z.value) || a.index - z.index).map(_ref2 => {
var value = _ref2.value;

@@ -771,0 +771,0 @@ return value;

@@ -768,3 +768,3 @@ 'use strict';

index
})).sort((a, z) => compareFn(a.value, z.value) || a.index - z.index).map((_ref2) => {
})).sort((a, z) => compareFn(a.value, z.value) || a.index - z.index).map(_ref2 => {
var value = _ref2.value;

@@ -771,0 +771,0 @@ return value;

@@ -758,3 +758,3 @@ import { BaseError } from 'make-error';

index
})).sort((a, z) => compareFn(a.value, z.value) || a.index - z.index).map((_ref2) => {
})).sort((a, z) => compareFn(a.value, z.value) || a.index - z.index).map(_ref2 => {
var value = _ref2.value;

@@ -761,0 +761,0 @@ return value;

{
"name": "@remirror/core-helpers",
"version": "0.0.0-pr950.1",
"version": "0.0.0-pr950.2",
"description": "Provide helper functions for the remirror codebase, kinda like a tiny lodash",

@@ -36,4 +36,4 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-helpers",

"@linaria/core": "^3.0.0-beta.2",
"@remirror/core-constants": "0.0.0-pr950.1",
"@remirror/types": "0.0.0-pr950.1",
"@remirror/core-constants": "0.0.0-pr950.2",
"@remirror/types": "0.0.0-pr950.2",
"@types/object.omit": "^3.0.0",

@@ -40,0 +40,0 @@ "@types/object.pick": "^1.3.1",

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