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

set-ds

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

set-ds - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.travis.yml

3

index.js
/**
* @fileOverview Implementation of a set data structure
* @author Jason S. Jones
* @version 0.1.0
* @license MIT

@@ -242,2 +241,2 @@ */

})();
}());
{
"name": "set-ds",
"version": "0.1.0",
"version": "0.1.1",
"description": "JavaScript implementation of a set data structure",

@@ -15,2 +15,3 @@ "main": "index.js",

"set",
"abstract data type",
"data structure"

@@ -25,12 +26,12 @@ ],

"devDependencies": {
"gulp": "^3.8.11",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.2",
"gulp": "^3.9.0",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.12.0",
"gulp-load-plugins": "^0.8.0",
"gulp-mocha": "^2.0.0",
"gulp-util": "^3.0.3",
"jshint-stylish": "^1.0.0",
"mocha": "^2.1.0",
"should": "^4.6.5"
"gulp-mocha": "^2.2.0",
"gulp-util": "^3.0.7",
"jshint-stylish": "^1.0.2",
"mocha": "^2.3.0",
"should": "8.0.2"
}
}

@@ -139,4 +139,4 @@ # [![npm version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![dependency status][dm-image]][dm-url]

[npm-image]:https://badge.fury.io/js/set-data-structure.svg
[npm-url]:http://npmjs.org/package/set-data-structure
[npm-image]:https://badge.fury.io/js/set-ds.svg
[npm-url]:http://npmjs.org/package/set-ds
[travis-image]:https://travis-ci.org/jasonsjones/set-data-structure.svg

@@ -143,0 +143,0 @@ [travis-url]:https://travis-ci.org/jasonsjones/set-data-structure

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