New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cytoscape-web/types

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cytoscape-web/types - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

dist/AppModel/AppComponent.d.ts

9

package.json
{
"name": "@cytoscape-web/types",
"version": "1.1.8",
"version": "1.1.9",
"description": "Type definitions for Cytoscape Web data models",
"main": "index.d.ts",
"types": "index.d.ts",
"files": [
"index.d.ts"
"dist/**/*"
],
"scripts": {
"clean": "find . -name '*.d.ts' -not -path './node_modules/*' -delete",
"build": "find . -name '*.d.ts' -not -path './node_modules/*' -delete && tsc --project tsconfig.json",
"clean": "rm -rf ./dist && find . -name '*.d.ts' -not -path './node_modules/*' -delete",
"build": "npm run clean && tsc --project tsconfig.json",
"format": "prettier --config ../../.prettierrc.json --write .",

@@ -14,0 +13,0 @@ "test": "echo \"Error: Types only. No test specified\" && exit 1"

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