Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2-pre.0 to 0.5.2-pre.2

9

package.json
{
"name": "remix-typedjson",
"version": "0.5.2-pre.0",
"version": "0.5.2-pre.2",
"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.",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
"require": "./dist/cjs/index.cjs",
"import": "./dist/esm/index.js"
},
"main": "./dist/cjs/index.js",
"main": "./dist/cjs/index.cjs",
"sideEffects": false,

@@ -31,3 +31,3 @@ "author": "Michael J. Carter <kiliman@gmail.com> (https://kiliman.dev/)",

"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/cjs && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json",
"build:cjs": "tsc --project tsconfig.build.json --module CommonJS --outDir ./dist/cjs && renamer -f .js -r .cjs -e ext ./dist/cjs/*.js && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json",
"typecheck": "tsc --project tsconfig.json --noEmit",

@@ -61,2 +61,3 @@ "lint": "eslint --ext .ts,.tsx src/",

"react-dom": "^18.2.0",
"renamer": "^5.0.0",
"rimraf": "^5.0.5",

@@ -63,0 +64,0 @@ "ts-jest": "^29.1.1",

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