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

omit.js

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

omit.js - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

index.d.ts

6

package.json
{
"name": "omit.js",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utility function to create a shallow copy of an object which had dropped some fields.",
"main": "lib/index.js",
"module": "es/index.js",
"types": "index.d.ts",
"files": [
"lib",
"es",
"dist"
"dist",
"index.d.ts"
],

@@ -12,0 +14,0 @@ "scripts": {

@@ -18,3 +18,3 @@ # omit.js

var omit = require('omit.js');
omit({ name: 'Benjy', age: 18 }, [ 'name' ]);
omit({ name: 'Benjy', age: 18 }, [ 'name' ]); // => { age: 18 }
```

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