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

delims

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

delims - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

index.js
/*!
* delims <https://github.com/jonschlinkert/delims>
*
* Copyright (c) 2014 Jon Schlinkert
* Copyright (c) 2014-2015 Jon Schlinkert.
* Licensed under the MIT license.

@@ -6,0 +6,0 @@ */

{
"name": "delims",
"description": "Generate RegExp for delimiters, to be used with templates, files or data streams.",
"version": "0.4.0",
"version": "0.4.1",
"homepage": "https://github.com/jonschlinkert/delims",

@@ -17,7 +17,8 @@ "author": {

},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/delims/blob/master/LICENSE-MIT"
}
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/delims/blob/master/LICENSE"
},
"files": [
"index.js"
],

@@ -30,5 +31,3 @@ "main": "index.js",

"mocha": "*",
"should": "^4.0.4",
"verb-tag-jscomments": ">= 0.2.0",
"verb": ">= 0.2.6"
"should": "^4.0.4"
},

@@ -38,3 +37,3 @@ "dependencies": {

"mixin-deep": "^0.1.0",
"object-pick": "^0.1.0"
"object-pick": "^0.1.1"
},

@@ -64,2 +63,2 @@ "keywords": [

}
}
}

@@ -12,3 +12,2 @@ # delims [![NPM version](https://badge.fury.io/js/delims.svg)](http://badge.fury.io/js/delims)

## Install
#### Install with [npm](npmjs.org)

@@ -15,0 +14,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