New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@studio-freight/tempus

Package Overview
Dependencies
Maintainers
4
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studio-freight/tempus - npm Package Compare versions

Comparing version 0.0.32 to 0.0.34

17

package.json
{
"name": "@studio-freight/tempus",
"version": "0.0.32",
"version": "0.0.34",
"description": "one rAF to rule them all",

@@ -11,9 +11,9 @@ "files": [

"source": "src/index.js",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.mjs",
"types": "dist/types/index.d.ts",
"main": "dist/tempus.js",
"umd:main": "dist/tempus.umd.js",
"module": "dist/tempus.mjs",
"types": "dist/types/tempus.d.ts",
"exports": {
"require": "./dist/index.js",
"default": "./dist/index.modern.mjs"
"require": "./dist/tempus.js",
"default": "./dist/tempus.modern.mjs"
},

@@ -25,2 +25,3 @@ "scripts": {

"clean:dist": "rm -rf dist",
"postpublish": "git push --follow-tags",
"prepublishOnly": "npm version patch",

@@ -58,3 +59,3 @@ "preversion": "npm run build",

"prettier": "^2.8.3",
"typescript": "^4.9.4",
"typescript": "^4.9.5",
"vite": "^4.0.4"

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