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

imm

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imm - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

src/Obj.js

3

gulpfile.js

@@ -19,2 +19,3 @@ 'use strict';

require('babel/register');
require('coffee-script/register');

@@ -33,3 +34,3 @@ var DEST = 'dist/';

}
return gulp.src('./test/**/*.coffee', {read: false})
return gulp.src('./test/**/*_spec.*', {read: false})
.pipe(mocha(mochaOptions));

@@ -36,0 +37,0 @@ });

{
"name": "imm",
"version": "0.7.0",
"version": "0.7.1",
"description": "Immutable collections built on top of immutable.js",

@@ -10,3 +10,3 @@ "main": "dist/imm.js",

"scripts": {
"test": "mocha test/**/*_spec.*"
"test": "gulp test"
},

@@ -36,3 +36,3 @@ "repository": {

"gulp-markdox": "^0.1.1",
"gulp-mocha": "^1.1.1",
"gulp-mocha": "^2.0.1",
"gulp-rename": "^1.2.0",

@@ -39,0 +39,0 @@ "gulp-run": "^1.6.6",

Sorry, the diff of this file is not supported yet

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