New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.0-next.53 to 1.0.0-next.54

12

CHANGELOG.md
# @remirror/core-helpers
## 1.0.0-next.54
> 2020-11-19
### Patch Changes
- Forced update in pre-release mode.
- Updated dependencies []:
- @remirror/core-constants@1.0.0-next.54
- @remirror/core-types@1.0.0-next.54
## 1.0.0-next.53

@@ -4,0 +16,0 @@

2

dist/declarations/src/core-helpers.d.ts

@@ -232,3 +232,3 @@ import omit from 'object.omit';

*/
export declare const isArray: <T>(arg: {} | T) => arg is T extends readonly any[] ? unknown extends T ? never : readonly any[] : any[];
export declare const isArray: (arg: any) => arg is any[];
/**

@@ -235,0 +235,0 @@ * Predicate check that value is an empty array

{
"name": "@remirror/core-helpers",
"version": "1.0.0-next.53",
"version": "1.0.0-next.54",
"description": "Provide helper functions for the remirror codebase, kinda like a tiny lodash",

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

"@babel/runtime": "^7.12.0",
"@remirror/core-constants": "1.0.0-next.53",
"@remirror/core-types": "1.0.0-next.53",
"@remirror/core-constants": "1.0.0-next.54",
"@remirror/core-types": "1.0.0-next.54",
"@types/object.omit": "^3.0.0",

@@ -28,0 +28,0 @@ "@types/object.pick": "^1.3.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