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

106

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

106 - npm Package Compare versions

Comparing version 1.1.4 to 2.0.0

browser.ts

16

package.json

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

"license": "MIT",
"version": "1.1.4",
"version": "2.0.0",
"author": "Gustaf Räntilä <g.rantila@gmail.com>",

@@ -13,4 +13,9 @@ "repository": {

"scripts": {
"build": "rm -rf dist/* && node_modules/.bin/tsc -p .",
"test": "node_modules/.bin/mocha"
},
"pre-commit": [
"build",
"test"
],
"keywords": [

@@ -28,7 +33,10 @@ "log",

"devDependencies": {
"@types/node": "^7.0.31",
"mocha": "^2.4.5",
"timekeeper": "0.0.5"
"pre-commit": "1.x",
"timekeeper": "0.0.5",
"typescript": "2.4.x"
},
"main": "./node.js",
"browser": "./browser.js"
"main": "./dist/node.js",
"browser": "./dist/browser.js"
}
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