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

@neuronet.io/vido

Package Overview
Dependencies
Maintainers
1
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neuronet.io/vido - npm Package Compare versions

Comparing version 4.0.11 to 4.0.12

src/Action.d.ts

10

package.json
{
"name": "@neuronet.io/vido",
"version": "4.0.11",
"version": "4.0.12",
"description": "Compilation-less and eval free frontend framework for fast scalable apps.",
"main": "dist/vido.umd.js",
"module": "dist/vido.js",
"types": "dist/vido.d.ts",
"main": "src/vido.umd.js",
"module": "src/vido.js",
"types": "src/vido.d.ts",
"scripts": {
"build": "tsc -p ./tsconfig.types.json && tsc -p ./tsconfig.json && rollup -c",
"build": "tsc -p ./tsconfig.json && rollup -c",
"types": "tsc -p ./tsconfig.types.json",

@@ -11,0 +11,0 @@ "autobuild": "rollup -c -w",

@@ -14,4 +14,6 @@ {

"skipLibCheck": false,
"skipDefaultLibCheck": false
"skipDefaultLibCheck": false,
"declaration": true,
"declarationMap": true
}
}
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