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

create-remult

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-remult - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

templates/angular/.editorconfig

5

package.json
{
"name": "create-remult",
"version": "0.0.2",
"version": "0.0.3",
"description": "Creates a remult project, ready to go",

@@ -42,3 +42,4 @@ "keywords": [

"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"test": "vitest --run"
},

@@ -45,0 +46,0 @@ "engines": {

4

templates/react/package.json

@@ -15,3 +15,2 @@ {

"dependencies": {
"express": "^4.21.0",
"react": "^18.3.1",

@@ -23,3 +22,2 @@ "react-dom": "^18.3.1",

"@eslint/js": "^9.9.0",
"@types/express": "^4.17.21",
"@types/react": "^18.3.3",

@@ -35,4 +33,4 @@ "@types/react-dom": "^18.3.0",

"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
"vite": "^5.4.6"
}
}

@@ -1,9 +0,3 @@

import { remultSveltekit } from "remult/remult-sveltekit";
import { entities } from "../../../shared/entities";
import { api } from '../../../api'
export const _api = remultSveltekit({
admin: true,
entities: entities,
});
export const { GET, POST, PUT, DELETE } = _api;
export const { GET, POST, PUT, DELETE } = api

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