Socket
Socket
Sign inDemoInstall

ftdomdelegate

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ftdomdelegate - npm Package Compare versions

Comparing version 5.0.0-0 to 5.0.0-beta.0

.eslintrc.cjs

25

package.json

@@ -5,2 +5,3 @@ {

"browser": "main.js",
"type": "module",
"author": "FT Labs <enquiries@labs.ft.com> (http://labs.ft.com/)",

@@ -20,9 +21,27 @@ "contributors": [

"devDependencies": {
"eslint": "^7.23.0",
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"eslint": "^7.25.0",
"eslint-config-origami-component": "^2.1.1",
"karma": "^6.3.2",
"karma-babel-preprocessor": "^8.0.1",
"karma-chrome-launcher": "^3.1.0",
"karma-esbuild": "^2.1.3",
"karma-mocha": "^2.0.1",
"karma-sourcemap-loader": "^0.3.8",
"mocha": "^8.3.2",
"proclaim": "^3.6.0",
"remark": "^13.0.0",
"remark-lint": "^8.0.0",
"remark-preset-lint-origami-component": "^2.0.0-beta.1"
"remark-preset-lint-origami-component": "^2.0.0-beta.1",
"sinon": "^10.0.0"
},
"version": "5.0.0-0"
"scripts": {
"test": "karma start karma.config.cjs"
},
"volta": {
"node": "14.16.1",
"npm": "7.11.1"
},
"version": "5.0.0-beta.0"
}

5

test/delegate.test.js
/* eslint-env mocha */
/* global proclaim sinon */
import proclaim from 'proclaim';
import sinon from 'sinon/pkg/sinon-esm.js';
import Delegate from '../main.js';

@@ -4,0 +7,0 @@

/* eslint-env mocha */
/* global proclaim sinon */
import proclaim from 'proclaim';
import sinon from 'sinon/pkg/sinon-esm.js';
import Delegate from '../main.js';

@@ -4,0 +7,0 @@

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