@remirror/core-helpers
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -492,2 +492,3 @@ 'use strict'; | ||
var runWhile = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : match => !!match; | ||
regexp.lastIndex = 0; | ||
var results = []; | ||
@@ -494,0 +495,0 @@ var flags = regexp.flags; |
@@ -482,2 +482,3 @@ import { BaseError } from 'make-error'; | ||
var runWhile = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : match => !!match; | ||
regexp.lastIndex = 0; | ||
var results = []; | ||
@@ -484,0 +485,0 @@ var flags = regexp.flags; |
@@ -492,2 +492,3 @@ 'use strict'; | ||
var runWhile = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : match => !!match; | ||
regexp.lastIndex = 0; | ||
var results = []; | ||
@@ -494,0 +495,0 @@ var flags = regexp.flags; |
@@ -492,2 +492,3 @@ 'use strict'; | ||
var runWhile = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : match => !!match; | ||
regexp.lastIndex = 0; | ||
var results = []; | ||
@@ -494,0 +495,0 @@ var flags = regexp.flags; |
@@ -482,2 +482,3 @@ import { BaseError } from 'make-error'; | ||
var runWhile = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : match => !!match; | ||
regexp.lastIndex = 0; | ||
var results = []; | ||
@@ -484,0 +485,0 @@ var flags = regexp.flags; |
{ | ||
"name": "@remirror/core-helpers", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Provide helper functions for the remirror codebase, kinda like a tiny lodash", | ||
@@ -39,3 +39,3 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-helpers", | ||
"@babel/runtime": "^7.13.10", | ||
"@linaria/core": "3.0.0-beta.4", | ||
"@linaria/core": "3.0.0-beta.13", | ||
"@remirror/core-constants": "^1.0.1", | ||
@@ -42,0 +42,0 @@ "@remirror/types": "^0.1.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
198542
6087
+ Added@linaria/core@3.0.0-beta.13(transitive)
- Removed@linaria/core@3.0.0-beta.4(transitive)
Updated@linaria/core@3.0.0-beta.13