New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@git-temporal/commons

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@git-temporal/commons - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

67

package.json
{
"name": "@git-temporal/commons",
"version": "0.5.1",
"version": "0.5.2",
"description": "Common functions used by git-temporal",

@@ -24,4 +24,2 @@ "keywords": [

"build": "cross-env NODE_ENV=production tsc",
"test": "cross-env mocha --exit -r ../../babel-register.js --recursive --opts ./test/mocha.opts ./test/unit",
"test-debug": "cross-env mocha --inspect-brk --exit -r ../../babel-register.js --recursive --opts ./test/mocha.opts ./test/unit",
"prepublishOnly": "npm run build"

@@ -36,38 +34,35 @@ },

"dependencies": {
"@git-temporal/logger": "^0.5.1"
"@git-temporal/logger": "^0.5.2"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-do-expressions": "^7.2.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-pipeline-operator": "^7.3.2",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.4.4",
"babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.1.4",
"babel-plugin-module-resolver": "^3.2.0",
"bumble-util": "^0.4.1",
"chai": "^4.2.0",
"cross-env": "^5.2.0",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"prettier": "^1.17.1",
"regenerator-runtime": "^0.13.2",
"ts-node": "^8.1.0",
"tsconfig-paths": "^3.8.0",
"tslint": "^5.16.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.0.0",
"typescript": "^3.4.5",
"underscore": "^1.9.1"
"@babel/cli": "7.7.7",
"@babel/core": "7.4.5",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/plugin-proposal-do-expressions": "7.2.0",
"@babel/plugin-proposal-export-default-from": "7.2.0",
"@babel/plugin-proposal-logical-assignment-operators": "7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4",
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
"@babel/plugin-proposal-optional-chaining": "7.2.0",
"@babel/plugin-proposal-pipeline-operator": "7.3.2",
"@babel/plugin-transform-modules-commonjs": "7.4.4",
"@babel/preset-env": "7.4.5",
"@babel/preset-typescript": "7.3.3",
"@babel/register": "7.4.4",
"babel-eslint": "10.0.1",
"babel-plugin-istanbul": "5.1.4",
"babel-plugin-module-resolver": "3.2.0",
"bumble-util": "0.4.1",
"cross-env": "5.2.0",
"prettier": "1.17.1",
"regenerator-runtime": "0.13.2",
"ts-node": "8.1.0",
"tsconfig-paths": "3.8.0",
"tslint": "5.16.0",
"tslint-config-airbnb": "5.11.1",
"tslint-config-prettier": "1.18.0",
"tslint-react": "4.0.0",
"typescript": "3.4.5",
"underscore": "1.9.1"
}
}
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