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

filament_

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filament_ - npm Package Compare versions

Comparing version 1.5.1 to 1.6.0

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="1.6.0"></a>
# [1.6.0](https://github.com/lokesh-coder/filament/compare/v1.5.1...v1.6.0) (2017-07-25)
### Features
* fix travis condiftional ([a542ba8](https://github.com/lokesh-coder/filament/commit/a542ba8))
<a name="1.5.1"></a>

@@ -2,0 +12,0 @@ ## [1.5.1](https://github.com/lokesh-coder/filament/compare/v1.5.0...v1.5.1) (2017-07-25)

2

package.json
{
"name": "filament_",
"version": "1.5.1",
"version": "1.6.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

var assert = require('assert');
describe('Array', function () {
describe('#indexOf()', function () {
it('should return -1 when the value is not present ', function () {
assert.equal(-1, [1, 2, 3].indexOf(9));
it('should fail and pass ', function () {
assert.equal(1, [1, 2, 3].indexOf(2));
});
});
});

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