Socket
Socket
Sign inDemoInstall

performance-now

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

lib/performance-now.js.map

2

lib/performance-now.js

@@ -33,1 +33,3 @@ // Generated by CoffeeScript 1.12.2

}).call(this);
//# sourceMappingURL=performance-now.js.map

11

package.json

@@ -5,3 +5,3 @@ {

"keywords": [],
"version": "1.0.1",
"version": "1.0.2",
"author": "Braveg1rl <braveg1rl@outlook.com>",

@@ -18,2 +18,5 @@ "license": "MIT",

"devDependencies": {
"bluebird": "^3.4.7",
"call-delayed": "^1.0.0",
"chai": "^3.5.0",
"coffee-script": "~1.12.2",

@@ -25,6 +28,8 @@ "mocha": "~3.2.0"

"scripts": {
"build": "mkdir -p lib && rm -rf lib/* && node_modules/.bin/coffee --compile -m --output lib/ src/",
"prepublish": "npm test",
"pretest": "make build",
"test": "make test"
"pretest": "npm run build",
"test": "node_modules/.bin/mocha",
"watch": "node_modules/.bin/coffee --watch --compile --output lib/ src/"
}
}

@@ -29,3 +29,3 @@ # performance-now [![Build Status](https://travis-ci.org/braveg1rl/performance-now.png?branch=master)](https://travis-ci.org/braveg1rl/performance-now) [![Dependency Status](https://david-dm.org/braveg1rl/performance-now.png)](https://david-dm.org/braveg1rl/performance-now)

performance-now is released under the [MIT License](http://opensource.org/licenses/MIT).
Copyright (c) 2013 Braveg1rl
performance-now is released under the [MIT License](http://opensource.org/licenses/MIT).
Copyright (c) 2013 Braveg1rl

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc