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

safe-cast

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

safe-cast - npm Package Compare versions

Comparing version 0.1.0 to 0.3.1

dist/caching-typescript-safe-cast.d.ts

19

package.json
{
"name": "safe-cast",
"version": "0.1.0",
"version": "0.3.1",
"keywords": [
"typescript",
"cast",
"safe"
],
"description": "A typescript library for safely casting unknown data to a known type.",
"main": "index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"homepage": "https://bitbucket.org/echo_rm/safe-cast",
"bugs": {
"url": "https://bitbucket.org/echo_rm/safe-cast/issues"
},
"author": "Robert Massaioli <robertmassaioli@gmail.com>",

@@ -10,4 +20,7 @@ "license": "MIT",

"scripts": {
"build": "tsc",
"prepublish": "tsc",
"prepack": "tsc",
"test": "jest",
"benchmark": "ts-node benchmark.ts"
"benchmark": "ts-node src/benchmark.ts"
},

@@ -14,0 +27,0 @@ "peerDependencies": {

benchmark.ts
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