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

vria

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vria - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

9

package.json
{
"name": "vria",
"version": "0.9.0",
"version": "0.9.1",
"description": "A Web-based Framework for Creating Immersive Analytics Experiences",

@@ -8,3 +8,2 @@ "author": "PButcher",

"repository": "https://github.com/vriajs/vria/",
"main": "dist/vria.js",
"module": "dist/vria.modern.js",

@@ -19,4 +18,4 @@ "source": "src/index.js",

"scripts": {
"build": "microbundle-crl --no-compress --format modern,cjs",
"start": "microbundle-crl watch --no-compress --format modern,cjs",
"build": "microbundle-crl --no-compress --format modern",
"start": "microbundle-crl watch --no-compress --format modern",
"prepare": "run-s build",

@@ -29,3 +28,3 @@ "test": "run-s test:unit test:lint test:build",

"predeploy": "cd builder && yarn install && yarn run build",
"deploy": "gh-pages -d builder/dist"
"deploy": "gh-pages -d builder/build"
},

@@ -32,0 +31,0 @@ "peerDependencies": {

Sorry, the diff of this file is too big to display

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