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

typed-path

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-path - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

index.d.ts

21

package.json
{
"name": "typed-path",
"version": "1.0.0",
"main": "index.ts",
"version": "1.0.1",
"main": "index.js",
"repository": {},
"author": "Oleksandr Beshchuk <bs.alex.mail@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
},
"dependencies": {},
"files": [
"LICENSE",
"index.ts"
"index.ts",
"index.js",
"index.js.map",
"index.d.ts"
],
"scripts": {
"test": "mocha --require ts-node/register index.spec.ts"
"test": "mocha --require ts-node/register index.spec.ts",
"lint": "tslint 'src/**/*.ts' 'src/**/*.tsx'",
"prepush": "yarn lint && yarn build && git diff --exit-code",
"build": "tsc"
},

@@ -21,6 +26,8 @@ "devDependencies": {

"chai": "^3.5.0",
"husky": "^0.13.1",
"mocha": "^3.2.0",
"ts-node": "^2.1.0",
"tslint": "^4.4.2"
"tslint": "^4.4.2",
"typescript": "^2.2.1"
}
}
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