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

aspir

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

aspir - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

.eslintrc

12

index.js
//
// Aspir
// Copyright(c) 2014 Matt Hernandez <matt@modulus.io>
// Copyright(c) 2015 Matt Hernandez <matt@modulus.io>
// MIT Licensed
//
(function() {
void function() {

@@ -26,3 +26,3 @@ //

if (match && match.length === 3) {
var name = match[1]
var name = match[1]
, index = match[2];

@@ -70,6 +70,6 @@

window.aspir = {
get : get,
exists : exists
get: get,
exists: exists
};
}
})();
}();
{
"name": "aspir",
"version": "0.2.3",
"version": "0.2.4",
"description": "Check for and find object values using a string path.",
"main": "index.js",
"scripts": {
"test": "make test"
"test": "lab --coverage --lint",
"gen-coverage": "lab --coverage --reporter lcov > lcov.info"
},

@@ -18,6 +19,4 @@ "keywords": [

"devDependencies": {
"mocha": "~1.17.1",
"jshint": "~2.4.3",
"istanbul": "~0.2.4",
"chai": "~1.9.0"
"code": "1.5.0",
"lab": "5.14.0"
},

@@ -24,0 +23,0 @@ "repository": {

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