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

typescript-optional

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-optional - npm Package Compare versions

Comparing version 2.0.2-alpha.7 to 2.0.2-alpha.8

dist/index.d.ts

21

package.json
{
"name": "typescript-optional",
"version": "2.0.2-alpha.7",
"version": "2.0.2-alpha.8",
"description": "Optional (like Java) implementation in TypeScript",

@@ -10,4 +10,2 @@ "keywords": [

],
"author": "bromne <bromne@gmail.com>",
"license": "MIT",
"repository": {

@@ -17,11 +15,7 @@ "type": "git",

},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"sideEffects": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "tslint lib/**/*.ts test/**/*.ts",
"build": "npm run build:esm && npm run build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir dist/cjs/",
"build": "tsc",
"test": "jest",

@@ -31,2 +25,4 @@ "test:coverage": "jest --coverage",

},
"author": "bromne <bromne@gmail.com>",
"license": "MIT",
"devDependencies": {

@@ -38,7 +34,4 @@ "@types/jest": "^27.4.0",

"tslint": "^5.12.0",
"typescript": "^3.9.10"
},
"jest": {
"preset": "ts-jest"
"typescript": "^3.2.2"
}
}
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