Comparing version 0.0.6 to 1.0.0
{ | ||
"name": "superjson", | ||
"version": "0.0.6", | ||
"description": "extends JSON.stringify and JSON.parse to support additional JS types (Dates, RegExps, Functions, etc.)", | ||
"keywords": [], | ||
"author": "Matthew Mueller <matt@lapwinglabs.com>", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/lapwinglabs/superjson.git" | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"engines": { | ||
"node": ">=10" | ||
}, | ||
"dependencies": { | ||
"acorn": "^3.1.0", | ||
"component-type": "^1.1.0", | ||
"json3": "^3.3.2" | ||
"scripts": { | ||
"start": "tsdx watch", | ||
"build": "tsdx build", | ||
"test": "tsdx test --notify --verbose", | ||
"lint": "tsdx lint", | ||
"prepare": "tsdx build" | ||
}, | ||
"peerDependencies": {}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "tsdx lint" | ||
} | ||
}, | ||
"importSort": { | ||
".ts": { | ||
"style": "module" | ||
} | ||
}, | ||
"prettier": { | ||
"printWidth": 80, | ||
"semi": true, | ||
"singleQuote": true, | ||
"trailingComma": "es5", | ||
"plugins": [ | ||
"./node_modules/prettier-plugin-import-sort/src/index.js" | ||
] | ||
}, | ||
"name": "superjson", | ||
"author": "merelinguist", | ||
"module": "dist/superjson.esm.js", | ||
"devDependencies": { | ||
"mocha": "*" | ||
"husky": "^4.2.5", | ||
"import-sort-style-module": "^6.0.0", | ||
"prettier-plugin-import-sort": "^0.0.4", | ||
"tsdx": "^0.13.2", | ||
"tslib": "^2.0.0", | ||
"typescript": "^3.9.6" | ||
}, | ||
"main": "index" | ||
} | ||
"dependencies": { | ||
"@sindresorhus/is": "^3.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
122371
1
27
0
1724
6
59
2
2
+ Added@sindresorhus/is@^3.0.0
+ Added@sindresorhus/is@3.1.2(transitive)
- Removedacorn@^3.1.0
- Removedcomponent-type@^1.1.0
- Removedjson3@^3.3.2
- Removedacorn@3.3.0(transitive)
- Removedcomponent-type@1.2.2(transitive)
- Removedjson3@3.3.3(transitive)