New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

customize

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

customize - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Change Log

## v0.4.3 - 2015-10-19
### Fix
* Add `files`-property to package.json
## v0.4.2 - 2015-10-18

@@ -7,0 +13,0 @@

3

index.js

@@ -49,3 +49,2 @@ /*!

/**

@@ -316,3 +315,3 @@ * @returns {Customize}

// Non of these options apply. Implicit "undefined" return value to invoke default overrider.
// Non of these options apply. Implicit "undefined" return value to invoke default overrider.
}
{
"name": "customize",
"version": "0.4.2",
"version": "0.4.3",
"description": "A simple framework to create customizable engines",

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

"pretest": "standard --version || npm -g install standard",
"test": "jasmine && standard",
"test": "mocha && standard",
"preformat": "standard --version || npm -g install standard",

@@ -43,5 +43,10 @@ "format": "standard --format",

"ignore": [
"spec/fixtures/**"
"test/fixtures/**"
]
},
"files": [
"lib",
"index.js",
"helper-io.js"
],
"keywords": [],

@@ -48,0 +53,0 @@ "devDependencies": {

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