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 3.0.6 to 3.0.7

.npmpackagejsonlintrc.json

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [3.0.7](https://github.com/thenativeweb/partof/compare/3.0.6...3.0.7) (2021-08-24)
### Bug Fixes
* add exclude to tsconfig.json, remove engine constraint ([#311](https://github.com/thenativeweb/partof/issues/311)) ([cdd9c9d](https://github.com/thenativeweb/partof/commit/cdd9c9d3ed24d7b3768aeefa36442989735edf45))
## [3.0.6](https://github.com/thenativeweb/partof/compare/3.0.5...3.0.6) (2021-08-16)

@@ -2,0 +9,0 @@

8

package.json
{
"name": "partof",
"version": "3.0.6",
"version": "3.0.7",
"description": "partof verifies whether one object is part of an other.",

@@ -15,2 +15,3 @@ "contributors": [

],
"private": false,
"main": "build/lib/partOf.js",

@@ -20,6 +21,7 @@ "types": "build/lib/partOf.d.ts",

"devDependencies": {
"assertthat": "6.3.12",
"roboter": "11.7.8",
"assertthat": "6.3.13",
"roboter": "12.1.2",
"semantic-release-configuration": "2.0.5"
},
"scripts": {},
"repository": {

@@ -26,0 +28,0 @@ "type": "git",

@@ -15,3 +15,6 @@ {

"./**/*.ts"
],
"exclude": [
"./build"
]
}
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