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

@fablevision/utils

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fablevision/utils - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

dist/Timer.d.ts

2

dist/index.d.ts

@@ -7,1 +7,3 @@ export * as promises from './promises';

export * from './Event';
export * from './Timer';
export * from './Tween';

@@ -7,1 +7,3 @@ export * as promises from './promises';

export * from './Event';
export * from './Timer';
export * from './Tween';

14

package.json
{
"name": "@fablevision/utils",
"version": "1.1.0",
"version": "1.2.0",
"description": "",

@@ -13,3 +13,3 @@ "main": "dist/index.js",

"build": "tsc",
"prepublish": "npm run build",
"prepare": "npm run build",
"postpublish": "git push && git push --tags"

@@ -19,3 +19,3 @@ },

"type": "git",
"url": "git+https://gitlab.com/fablevision/public-utils/utils.git"
"url": "https://github.com/FableVision/utils-js.git"
},

@@ -25,8 +25,12 @@ "author": "",

"bugs": {
"url": "https://gitlab.com/fablevision/public-utils/utils/issues"
"url": "https://github.com/FableVision/utils-js/issues"
},
"homepage": "https://gitlab.com/fablevision/public-utils/utils#readme",
"homepage": "https://github.com/FableVision/utils-js#readme",
"devDependencies": {
"@types/eases": "^1.0.0",
"typescript": "^4.5.0"
},
"dependencies": {
"eases": "^1.0.8"
}
}
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