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

needler

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

needler - npm Package Compare versions

Comparing version 0.0.8 to 0.1.0

12

package.json
{
"name": "needler",
"description": "A quick tool to find a needle in a haystack",
"version": "0.0.8",
"version": "0.1.0",
"main": "./lib",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec",
"clean": "rimraf lib",
"compile": "./node_modules/.bin/babel --presets es2015,stage-2 -d lib/ src/",
"prepublish": "npm run clean && npm run compile"
"prepublish": "npm run clean && npm run compile && npm run test"
},
"author": "Robert Grubb",
"license": "MIT",
"repository": {

@@ -15,2 +18,5 @@ "type": "git",

},
"bugs": {
"url": "https://github.com/RobertGrubb/needler/issues"
},
"keywords": [

@@ -29,2 +35,4 @@ "regex",

"babel-preset-stage-2": "^6.5.0",
"chai": "^3.5.0",
"mocha": "^2.4.5",
"rimraf": "^2.5.2"

@@ -31,0 +39,0 @@ },

2

README.md

@@ -1,2 +0,2 @@

# Needler
# Needler [![Build Status](https://travis-ci.org/RobertGrubb/needler.svg?branch=master)](https://travis-ci.org/RobertGrubb/needler)
----------------

@@ -3,0 +3,0 @@

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