Socket
Socket
Sign inDemoInstall

requestanimationframe-timer

Package Overview
Dependencies
2
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="1.0.4"></a>
## [1.0.4](https://github.com/kambing86/requestanimationframe-timer/compare/v1.0.3...v1.0.4) (2018-01-04)
<a name="1.0.3"></a>

@@ -7,0 +12,0 @@ ## [1.0.3](https://github.com/kambing86/requestanimationframe-timer/compare/v1.0.2...v1.0.3) (2018-01-04)

54

package.json
{
"name": "requestanimationframe-timer",
"version": "1.0.3",
"version": "1.0.4",
"description": "setTimeout and setInterval by using requestAnimationFrame",
"keywords": [
"clearInterval",
"clearTimeout",
"requestAnimationFrame",
"setInterval",
"setTimeout"
],
"license": "ISC",
"author": {
"name": "Chua Kang Ming",
"url": "https://github.com/kambing86"
},
"files": [
"dist"
],
"main": "dist/cjs.js",
"repository": {
"type": "git",
"url": "https://github.com/kambing86/requestanimationframe-timer.git"
},
"scripts": {
"test": "jest",
"start": "npm run build -- -w",
"appveyor:test": "npm run test",
"prebuild": "npm run clean",
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",

@@ -14,24 +32,18 @@ "clean": "del-cli dist",

"lint-staged": "lint-staged",
"prebuild": "npm run clean",
"prepublish": "npm run build",
"release": "standard-version",
"security": "nsp check",
"start": "npm run build -- -w",
"test": "jest",
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
"test:watch": "jest --watch",
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
"travis:coverage": "npm run test:coverage -- --runInBand",
"travis:lint": "npm run lint && npm run security",
"travis:test": "npm run test -- --runInBand",
"travis:coverage": "npm run test:coverage -- --runInBand",
"webpack-defaults": "webpack-defaults"
},
"keywords": [
"requestAnimationFrame",
"setTimeout",
"setInterval",
"clearTimeout",
"clearInterval"
],
"author": "Chua Kang Ming",
"url": "https://github.com/kambing86/requestanimationframe-timer",
"email": "kambing860210@gmail.com",
"license": "ISC",
"pre-commit": "lint-staged",
"dependencies": {
"raf": "^3.4.0"
},
"devDependencies": {

@@ -56,9 +68,6 @@ "babel-cli": "^6.26.0",

},
"files": [
"dist"
],
"engines": {
"node": ">= 4.3 < 5.0.0 || >= 5.10"
},
"pre-commit": "lint-staged",
"email": "kambing860210@gmail.com",
"lint-staged": {

@@ -69,6 +78,3 @@ "*.js": [

]
},
"dependencies": {
"raf": "^3.4.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc