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

datelative

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datelative - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

index.d.ts

19

package.json
{
"name": "datelative",
"version": "0.0.2",
"version": "0.0.3",
"description": "A library that converts relative string text to JavaScript dates",
"main": "index.js",
"types": "index.d.ts",
"type": "module",
"scripts": {
"test": "node --test",
"test:watch": "node --test --watch"
"test:watch": "node --test --watch",
"prepublishOnly": "npx tsc"
},

@@ -15,2 +17,9 @@ "repository": {

},
"files": [
"index.js",
"index.d.ts",
"index.d.ts.map",
"README.md",
"package.json"
],
"keywords": [

@@ -27,3 +36,5 @@ "date",

"homepage": "https://github.com/onhate/datelative#readme",
"dependencies": {}
}
"devDependencies": {
"typescript": "^5.3.3"
}
}
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