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

dist/lib/index.d.ts

18

package.json
{
"name": "typescript-optional",
"version": "0.1.0",
"description": "",
"version": "1.0.0",
"description": "Optional (like Java) implementation in TypeScript",
"main": "dist/index.js",
"types": "dist/index.d.js",
"scripts": {
"prepublish": "npm run build",
"prepublish": "npm run build-test",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec dist/test",
"coverage": "remap-istanbul -i coverage/coverage.json -o testResult/lcov.info -t lcovonly",
"coveralls": "coveralls < testResult/lcov.info",
"build-test": "npm run build && npm run test && npm run coverage"
},

@@ -15,4 +18,11 @@ "author": "bromne",

"devDependencies": {
"@types/mocha": "^2.2.43",
"@types/power-assert": "^1.4.29",
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^3.5.3",
"power-assert": "^1.4.4",
"remap-istanbul": "^0.9.5",
"typescript": "^2.5.3"
}
}

Sorry, the diff of this file is not supported yet

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