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

omit-deep-lodash

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

omit-deep-lodash - npm Package Compare versions

Comparing version 0.9.0 to 1.0.0

.idea/.name

32

package.json
{
"name": "omit-deep-lodash",
"description": "Omit object key/values recursively with lodash as only dependency.",
"version": "0.9.0",
"version": "1.0.0",
"license": "MIT",
"homepage": "https://github.com/odynvolk/omit-deep-lodash",
"author": "Alexi Rahman (https://github.com/odynvolk)",
"repository": "odynvolk/omit-deep-lodash",
"repository": {
"type": "git",
"url": "https://github.com/odynvolk/omit-deep-lodash.git"
},
"bugs": {
"url": "https://odynvolk/omit-deep-lodash/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"main": "lib/index.js",
"engines": {

@@ -20,3 +20,5 @@ "node": ">=0.10.0"

"scripts": {
"test": "mocha"
"test": "npm run compile && mocha && eslint . --cache",
"compile": "gulp",
"prepublish": "npm run compile"
},

@@ -27,3 +29,15 @@ "dependencies": {

"devDependencies": {
"should": "^8.3.1"
"babel-cli": "^6.10.1",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-1": "^6.5.0",
"chai": "^3.5.0",
"coffee-script": "^1.12.5",
"del": "^2.2.2",
"eslint": "^3.19.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"mocha": "^3.2.0",
"mocha-cakes-2": "^2.1.0"
},

@@ -30,0 +44,0 @@ "keywords": [

@@ -8,2 +8,5 @@ # omit-deep-lodash

The code for this module uses new features in the Javascript language, but the code is transpiled by Babel to ES2015 so most
projects who needs it should be able to use it.
Note! All non-omitted properties that are objects lose their prototype chains and thus their true type. This implementation

@@ -56,2 +59,3 @@ is thus best used for simple JSON type objects like data objects and not typed object graphs where members have objects

+ [github.com/InterAl](https://github.com/InterAl)
+ [github.com/mathianasj](https://github.com/mathianasj)

@@ -58,0 +62,0 @@ ## License

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