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

superjson

Package Overview
Dependencies
Maintainers
4
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

superjson - npm Package Compare versions

Comparing version 1.7.2 to 1.7.3

dist/esm/accessDeep.d.ts

20

package.json
{
"version": "1.7.2",
"version": "1.7.3",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/esm/index.js",
"files": [

@@ -14,12 +15,10 @@ "dist",

"scripts": {
"build": "tsc",
"build": "yarn build:cjs && yarn build:esm",
"build:cjs": "tsc",
"build:esm": "tsc --module es2015 --outDir dist/esm",
"test": "tsdx test --notify --verbose",
"lint": "tsdx lint",
"prepack": "tsc"
"prepack": "yarn build",
"prepare": "husky install"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"importSort": {

@@ -54,3 +53,2 @@ ".ts": {

],
"module": "dist/superjson.esm.js",
"repository": {

@@ -66,6 +64,6 @@ "type": "git",

"eslint-plugin-es5": "^1.5.0",
"husky": "^4.3.8",
"husky": "^5.0.9",
"mongodb": "^3.6.4",
"tsdx": "^0.14.1",
"typescript": "^4.1.3"
"typescript": "^4.1.5"
},

@@ -72,0 +70,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