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

@paper-design/shaders

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paper-design/shaders - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/index.d.ts

15

package.json
{
"name": "@paper-design/shaders",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"type": "module",
"exports": {
".": "./dist/index.ts"
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "bun run type-check && esbuild src/index.ts --bundle --outfile=dist/index.ts --format=esm --platform=browser",
"type-check": "tsc --project tsconfig.json",
"publish-test": "bun run build && bun publish --dry-run",
"publish": "bun run build && bun publish --access public"
"type-check": "tsc --project tsconfig.json"
},

@@ -15,0 +18,0 @@ "dependencies": {},

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