Socket
Socket
Sign inDemoInstall

@filerobot/utils

Package Overview
Dependencies
Maintainers
2
Versions
1278
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@filerobot/utils - npm Package Compare versions

Comparing version 0.0.0-beta.76 to 1.0.0

0

lib/AbortController.js

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /* API change from file.url_permalink to file.url.permalink

@@ -0,0 +0,0 @@ import { decode83 } from './base83';

@@ -0,0 +0,0 @@ import dataURItoBlob from './dataURItoBlob';

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { createAbortError } from './AbortController';

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import NetworkError from '@filerobot/utils/lib/NetworkError';

@@ -0,0 +0,0 @@ import isDOMElement from './isDOMElement';

@@ -0,0 +0,0 @@ import isDOMElement from './isDOMElement';

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import webkitGetAsEntryApi from './utils/webkitGetAsEntryApi/index';

@@ -0,0 +0,0 @@ import toArray from '../../../toArray';

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

@@ -0,0 +0,0 @@ import checkFieldValidation from './checkFieldValidation';

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

4

package.json

@@ -6,3 +6,3 @@ {

"types": "types/index.d.ts",
"version": "0.0.0-beta.76",
"version": "1.0.0",
"files": [

@@ -15,3 +15,3 @@ "/dist",

"dependencies": {
"@filerobot/icons": "0.0.0-beta.76",
"@filerobot/icons": "1.0.0",
"abortcontroller-polyfill": "^1.4.0",

@@ -18,0 +18,0 @@ "lodash.throttle": "^4.1.1"

@@ -10,3 +10,3 @@ # `@filerobot/utils`

```
```bash
npm install --save @filerobot/utils

@@ -17,3 +17,3 @@ ```

```
```js
import getFileLink, { constants } from '@filerobot/utils'

@@ -20,0 +20,0 @@ ...

@@ -0,0 +0,0 @@ declare module '@filerobot/utils/lib/Translator' {

@@ -0,0 +0,0 @@ // Can't get this to work correctly with `tsd` right now 🙃

Sorry, the diff of this file is not supported yet

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