New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@softwareventures/date

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@softwareventures/date - npm Package Compare versions

Comparing version
5.0.1
to
5.0.2
+2
-3
package.json
{
"name": "@softwareventures/date",
"version": "5.0.1",
"version": "5.0.2",
"description": "An abstract date, with no associated time zone",

@@ -20,4 +20,3 @@ "keywords": [

"lint": "tsc --noEmit && eslint . && prettier --check .",
"prepack": "tsc && pinst --disable",
"postpack": "pinst --enable",
"prepack": "tsc",
"test": "ava"

@@ -24,0 +23,0 @@ },