Socket
Socket
Sign inDemoInstall

@assecosolutions/fox-list

Package Overview
Dependencies
Maintainers
4
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assecosolutions/fox-list - npm Package Compare versions

Comparing version 1.11.8 to 1.11.9-beta.0

index.js

11

package.json
{
"name": "@assecosolutions/fox-list",
"version": "1.11.8",
"version": "1.11.9-beta.0",
"public": true,

@@ -15,10 +15,11 @@ "publishConfig": {

"license": "MIT",
"module": "./index.js",
"main": "./index.js",
"type": "module",
"types": "./src/index.d.ts",
"dependencies": {},
"module": "./index.esm.js",
"type": "module",
"main": "./index.esm.js",
"peerDependencies": {
"@material/mwc-list": "^0.26.1",
"lit": "^2.0.0"
"lit": "^2.5.0"
}
}

@@ -0,0 +0,0 @@ export * from './lib/FoxList';

@@ -0,0 +0,0 @@ import { CheckListItemBase } from '@material/mwc-list/mwc-check-list-item-base';

export declare const styles: import("lit").CSSResult;

@@ -0,0 +0,0 @@ import { ListBase } from '@material/mwc-list/mwc-list-base';

export declare const styles: import("lit").CSSResult;

@@ -0,0 +0,0 @@ import { ListItemBase } from '@material/mwc-list/mwc-list-item-base';

@@ -0,0 +0,0 @@ import { RadioListItemBase } from '@material/mwc-list/mwc-radio-list-item-base';

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