Socket
Socket
Sign inDemoInstall

stage-js

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stage-js - npm Package Compare versions

Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5

5

package.json
{
"name": "stage-js",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "2D HTML5 Rendering and Layout",

@@ -69,4 +69,5 @@ "homepage": "http://piqnt.com/stage.js/",

"vite": "^4.3.8",
"vite-plugin-pages": "^0.30.1"
"vite-plugin-pages": "^0.30.1",
"vite-plugin-typescript-transform": "^1.3.1"
}
}
import path from "path";
import Pages from "vite-plugin-pages";
import license from "rollup-plugin-license";
import { vitePluginTypescriptTransform } from "vite-plugin-typescript-transform";

@@ -13,2 +14,6 @@ export default {

}),
// this is used to let ts compile to es5, so that we can use it in planck v1
vitePluginTypescriptTransform({
enforce: 'pre',
}),
license({

@@ -15,0 +20,0 @@ sourcemap: true,

dist/stage.cjs

Sorry, the diff of this file is not supported yet

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