Socket
Socket
Sign inDemoInstall

chrome-trace-event

Package Overview
Dependencies
1
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 1.0.0

dist/trace-event.d.ts

16

package.json

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

"license": "MIT",
"version": "0.1.3",
"version": "1.0.0",
"author": "Trent Mick, Sam Saccone",

@@ -19,6 +19,12 @@ "keywords": [

},
"main": "./lib/trace-event.js",
"dependencies": {},
"main": "./dist/trace-event.js",
"typings": "./dist/trace-event.d.ts",
"dependencies": {
"tslib": "^1.9.0"
},
"devDependencies": {
"tape": "4.8.0"
"@types/node": "^9.6.5",
"prettier": "^1.12.1",
"tape": "4.8.0",
"typescript": "^2.8.1"
},

@@ -29,4 +35,6 @@ "engines": {

"scripts": {
"build": "tsc",
"check_format": "prettier -l lib/** test/** examples/**",
"test": "tape test/*.test.js"
}
}

Sorry, the diff of this file is not supported yet

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