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

@splinetool/viewer

Package Overview
Dependencies
Maintainers
4
Versions
552
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splinetool/viewer - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

build/constants.d.ts

21

package.json
{
"name": "@splinetool/viewer",
"version": "0.0.3",
"version": "0.0.4",
"description": "Spline viewer",
"main": "build/viewer.js",
"module": "src/spline-viewer.ts",
"typings": "viewer.d.ts",
"types": "viewer.d.ts",
"type": "module",
"main": "./build/viewer.js",
"module": "./build/viewer.js",
"types": "./build/viewer.d.ts",
"exports": {
".": {
"types": "./build/viewer.d.ts",
"import": "./build/viewer.js",
"require": "./build/viewer.cjs"
}
},
"files": [
"src",
"build",

@@ -17,6 +22,6 @@ "README.md"

"start": "cross-env NODE_ENV=development node --experimental-json-modules ./esbuild.mjs",
"build": "cross-env NODE_ENV=production node --experimental-json-modules ./esbuild.mjs",
"build": "cross-env NODE_ENV=production node --experimental-json-modules ./esbuild.mjs && yarn build-types",
"build-types": "tsc --skipLibCheck --isolatedModules false --noEmit false --emitDeclarationOnly --declaration --outDir build/ --declarationMap false",
"format": "prettier src/ --write",
"typecheck": "tsc",
"types": "tsc --incremental",
"example": "vite",

@@ -23,0 +28,0 @@ "test": "npm run test:dev && npm run test:prod",

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