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

remix-typedjson

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remix-typedjson - npm Package Compare versions

Comparing version 0.5.1-pre.0 to 0.5.2-pre.0

dist/cjs/index.d.ts

6

package.json
{
"name": "remix-typedjson",
"version": "0.5.1-pre.0",
"version": "0.5.2-pre.0",
"description": "This package is a replacement for superjson to use in your Remix app. It handles a subset of types that `superjson` supports, but is faster and smaller.",

@@ -29,5 +29,5 @@ "type": "module",

"clean": "rimraf dist",
"build": "npm run build:esm && npm run build:cjs",
"build": "npm run clean && npm run build:esm && npm run build:cjs",
"build:esm": "tsc --project tsconfig.build.json --module ESNext --outDir ./dist/esm && echo '{\"type\": \"module\"}' > ./dist/esm/package.json",
"build:cjs": "tsc --project tsconfig.build.json --module CommonJS --outDir ./dist/csj && echo '{\"type\": \"commonjs\"}' > ./dist/csj/package.json",
"build:cjs": "tsc --project tsconfig.build.json --module CommonJS --outDir ./dist/cjs && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json",
"typecheck": "tsc --project tsconfig.json --noEmit",

@@ -34,0 +34,0 @@ "lint": "eslint --ext .ts,.tsx src/",

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