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

partof

Package Overview
Dependencies
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

partof - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

2

build/lib/partOf.d.ts
declare const partOf: (subset: any, superset: any) => boolean;
export default partOf;
export { partOf };

@@ -21,2 +21,2 @@ "use strict";

};
exports.default = partOf;
exports.partOf = partOf;

@@ -24,2 +24,2 @@ const partOf = function (subset: any, superset: any): boolean {

export default partOf;
export { partOf };
{
"name": "partof",
"version": "2.0.1",
"version": "3.0.0",
"description": "partof verifies whether one object is part of an other.",

@@ -19,4 +19,4 @@ "contributors": [

"devDependencies": {
"assertthat": "4.0.1",
"roboter": "7.1.5"
"assertthat": "5.0.1",
"roboter": "9.2.0"
},

@@ -23,0 +23,0 @@ "repository": {

@@ -26,3 +26,3 @@ # partof

```javascript
const partOf = require('partof').default;
const { partOf } = require('partof');
```

@@ -33,3 +33,3 @@

```typescript
import partOf from 'partof';
import { partOf } from 'partof';
```

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