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

typeson-registry

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typeson-registry - npm Package Compare versions

Comparing version 1.0.0-alpha.34 to 1.0.0-alpha.35

index.js

24

package.json
{
"name": "typeson-registry",
"version": "1.0.0-alpha.34",
"version": "1.0.0-alpha.35",
"description": "The type registry for typeson",

@@ -63,6 +63,6 @@ "author": "dfahlander",

"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@mysticatea/eslint-plugin": "^13.0.0",
"@rollup/plugin-node-resolve": "^7.0.0",
"@rollup/plugin-node-resolve": "^7.1.1",
"babel-eslint": "^10.0.3",

@@ -73,3 +73,3 @@ "canvas": "2.6.1",

"eslint": "^6.8.0",
"eslint-config-ash-nazg": "16.5.0",
"eslint-config-ash-nazg": "17.2.0",
"eslint-config-standard": "^14.1.0",

@@ -79,7 +79,7 @@ "eslint-plugin-array-func": "^3.1.3",

"eslint-plugin-chai-friendly": "^0.5.0",
"eslint-plugin-compat": "^3.3.0",
"eslint-plugin-compat": "^3.5.1",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsdoc": "^20.3.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsdoc": "^21.0.0",
"eslint-plugin-markdown": "^1.0.1",

@@ -92,6 +92,6 @@ "eslint-plugin-no-unsanitized": "^3.0.2",

"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^15.0.1",
"eslint-plugin-unicorn": "^16.0.0",
"esm": "^3.2.25",
"jsdom": "16.0.1",
"mocha": "^7.0.0",
"jsdom": "16.1.0",
"mocha": "^7.0.1",
"node-static": "0.7.11",

@@ -101,3 +101,3 @@ "nyc": "^15.0.0",

"regenerator-runtime": "^0.13.3",
"rollup": "1.29.1",
"rollup": "1.31.0",
"rollup-plugin-babel": "4.3.3",

@@ -104,0 +104,0 @@ "rollup-plugin-commonjs": "^10.1.0",

@@ -16,3 +16,9 @@ import Typeson from 'typeson';

revive (o) {
/**
* `FileList` polyfill.
*/
class FileList {
/**
* Set private properties and length.
*/
constructor () {

@@ -23,7 +29,15 @@ // eslint-disable-next-line prefer-rest-params

}
/**
* @param {Integer} index
* @returns {File}
*/
item (index) {
return this._files[index];
}
// eslint-disable-next-line class-methods-use-this
/* eslint-disable class-methods-use-this */
/**
* @returns {"FileList"}
*/
get [Symbol.toStringTag] () {
/* eslint-enable class-methods-use-this */
return 'FileList';

@@ -30,0 +44,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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