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

adts

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adts - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

.travis.yml

11

package.json
{
"name": "adts",
"version": "0.1.5",
"version": "0.1.6",
"description": "Abstract Data Types in TypeScript",

@@ -15,7 +15,7 @@ "keywords": [

"type": "git",
"url": "git://github.com/chbrown/adts.git"
"url": "https://github.com/chbrown/adts.git"
},
"bugs": {
"email": "Christopher Brown <io@henrian.com>",
"url": "http://github.com/chbrown/adts/issues"
"url": "https://github.com/chbrown/adts/issues"
},

@@ -25,8 +25,9 @@ "license": "MIT",

"devDependencies": {
"TypeScript": "*",
"babel-core": "^5.0.0",
"typescript": "*",
"mocha": "*"
},
"scripts": {
"test": "mocha test"
"test": "make test"
}
}

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