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.4 to 1.0.5

10

CHANGELOG.md

@@ -1,5 +0,13 @@

# Change Log
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.0.5](https://github.com/kambing86/requestanimationframe-timer/compare/v1.0.4...v1.0.5) (2019-09-19)
### Bug Fixes
* update packages with vulnerability ([7e50a60](https://github.com/kambing86/requestanimationframe-timer/commit/7e50a60))
* update standard-version ([04aa641](https://github.com/kambing86/requestanimationframe-timer/commit/04aa641))
<a name="1.0.4"></a>

@@ -6,0 +14,0 @@ ## [1.0.4](https://github.com/kambing86/requestanimationframe-timer/compare/v1.0.3...v1.0.4) (2018-01-04)

33

package.json
{
"name": "requestanimationframe-timer",
"version": "1.0.4",
"version": "1.0.5",
"description": "setTimeout and setInterval by using requestAnimationFrame",

@@ -26,3 +26,2 @@ "keywords": [

"scripts": {
"appveyor:test": "npm run test",
"prebuild": "npm run clean",

@@ -35,34 +34,22 @@ "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",

"release": "standard-version",
"security": "nsp check",
"start": "npm run build -- -w",
"test": "jest",
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
"test:watch": "jest --watch",
"travis:coverage": "npm run test:coverage -- --runInBand",
"travis:lint": "npm run lint && npm run security",
"travis:test": "npm run test -- --runInBand",
"webpack-defaults": "webpack-defaults"
"security": "./scripts/security.sh",
"start": "npm run build -- -w"
},
"pre-commit": "lint-staged",
"dependencies": {
"raf": "^3.4.0"
"raf": "^3.4.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-jest": "^22.0.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.3",
"babel-preset-env": "^1.7.0",
"cross-env": "^5.2.1",
"del-cli": "^1.1.0",
"eslint": "^4.14.0",
"eslint": "^4.19.1",
"eslint-config-webpack": "^1.2.5",
"eslint-plugin-import": "^2.8.0",
"jest": "^22.0.4",
"lint-staged": "^6.0.0",
"nsp": "^3.1.0",
"eslint-plugin-import": "^2.18.2",
"lint-staged": "^6.1.1",
"pre-commit": "^1.2.2",
"standard-version": "^4.2.0",
"webpack": "^3.10.0",
"webpack-defaults": "^1.6.0"
"standard-version": "^7.0.0"
},

@@ -69,0 +56,0 @@ "engines": {

@@ -0,0 +0,0 @@ <!-- [![npm][npm]][npm-url]

Sorry, the diff of this file is not supported yet

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