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

@forge/util

Package Overview
Dependencies
Maintainers
11
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forge/util - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

package.json
{
"name": "@forge/util",
"version": "0.0.5",
"version": "0.0.6",
"description": "",

@@ -19,2 +19,2 @@ "scripts": {

}
}
}
{
"author": {
"name": "Atlassian"
"name": "analytics-node-client",
"version": "1.0.106",
"description": "Analytics Serverside client for Node JS",
"main": "src/index.js",
"scripts": {
"build": "run-s test",
"test:unit": "jasmine JASMINE_CONFIG_PATH=jasmine.json",
"test:lint": "eslint src test --fix",
"test": "run-s -s test:unit test:lint",
"watch": "watch 'JASMINE_QUIET_REPORTER=1 run-s -s restart test && echo watch loop passed' src test --wait --interval 0.1"
},
"bundleDependencies": false,
"dependencies": {
"analytics-node": "^3.2.0",
"lodash": "^4.17.5"
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/atlassian/analytics-node-client.git"
},
"deprecated": false,
"description": "Analytics Serverside client for Node JS",
"homepage": "https://bitbucket.org/atlassian/analytics-node-client",
"author": "Atlassian",
"license": "Private",
"devDependencies": {

@@ -22,23 +30,11 @@ "eslint": "^4.18.1",

"proxyquire": "^1.7.2",
"watch": "git://github.com/jbunton-atlassian/watch.git#5de0fc9c13df5ebc3320c1cbe275916cc954142d"
"watch": "git://github.com/jbunton-atlassian/watch#5de0fc9c13df5ebc3320c1cbe275916cc954142d"
},
"dependencies": {
"analytics-node": "^3.2.0",
"lodash": "^4.17.5"
},
"files": [
"src"
],
"homepage": "https://bitbucket.org/atlassian/analytics-node-client",
"license": "Private",
"main": "src/index.js",
"name": "analytics-node-client",
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/atlassian/analytics-node-client.git"
},
"scripts": {
"build": "run-s test",
"test": "run-s -s test:unit test:lint",
"test:lint": "eslint src test --fix",
"test:unit": "jasmine JASMINE_CONFIG_PATH=jasmine.json",
"watch": "watch 'JASMINE_QUIET_REPORTER=1 run-s -s restart test && echo watch loop passed' src test --wait --interval 0.1"
},
"version": "1.0.106"
]
}
{
"author": {
"name": "Atlassian"
"name": "cs-ari",
"version": "1.11.0",
"description": "An implementation of the Atlassian Resource Identifier (ARI) scheme for Connect as a Service (CaaS)",
"publishConfig": {
"registry": "https://packages.atlassian.com"
},
"bundleDependencies": false,
"author": "Atlassian",
"main": "dist/Index.js",
"scripts": {
"clean": "shx rm -rf ./dist",
"build": "npm run clean && npm run lint && tsc",
"prepublishOnly": "npm run build",
"test": "mocha --reporter mocha-multi --reporter-options spec=-,xunit=xunit.xml --require ts-node/register `find ./lib -name '*.spec.ts' -print`",
"lint": "tslint -c ../../tslint.json --project tsconfig.json --project",
"format": "tsfmt -r && tslint -c ../../tslint.json --project tsconfig.json --fix --force",
"bamboo": "npm install -g yarn@0.18.0 && yarn && yarn test"
},
"dependencies": {},
"deprecated": false,
"description": "An implementation of the Atlassian Resource Identifier (ARI) scheme for Connect as a Service (CaaS)",
"devDependencies": {

@@ -23,18 +34,3 @@ "@types/chai": "^4.1.7",

},
"main": "dist/Index.js",
"name": "cs-ari",
"publishConfig": {
"registry": "https://packages.atlassian.com"
},
"scripts": {
"bamboo": "npm install -g yarn@0.18.0 && yarn && yarn test",
"build": "npm run clean && npm run lint && tsc",
"clean": "shx rm -rf ./dist",
"format": "tsfmt -r && tslint -c ../../tslint.json --project tsconfig.json --fix --force",
"lint": "tslint -c ../../tslint.json --project tsconfig.json --project",
"prepublishOnly": "npm run build",
"test": "mocha --reporter mocha-multi --reporter-options spec=-,xunit=xunit.xml --require ts-node/register `find ./lib -name '*.spec.ts' -print`"
},
"typings": "./dist/Index.d.ts",
"version": "1.11.0"
"typings": "./dist/Index.d.ts"
}
{
"bundleDependencies": false,
"name": "logger-interface",
"version": "1.3.9",
"repository": {
"type": "git",
"url": "https://bitbucket.org/atlassian/logger-interface/"
},
"contributors": [

@@ -13,5 +18,29 @@ {

],
"main": "out/index.js",
"scripts": {
"build": "npm run lint-fix && npm run compile",
"ci": "npm run lint && npm run compile && npm run test-specs",
"compile": "rimraf ./out && tsc",
"format": "tsfmt -r",
"lint": "tslint -c tslint.json --project './tsconfig.json'",
"lint-fix": "tslint -c tslint.json --project './tsconfig.json' --fix",
"test": "npm run lint && jest -c jest.config.json --no-watchman",
"precommit": "lint-staged",
"prepare": "npm run build",
"prepublishOnly": "npm test"
},
"files": [
"src/**/*",
"out/**/*",
"docs/**/*",
"README.md",
"package.json"
],
"lint-staged": {
"*.ts": [
"npm run lint-fix && npm run format",
"git add"
]
},
"dependencies": {},
"deprecated": false,
"description": "Typescript interface that provides standard logging levels `debug`, `info`, `warn`, `error`, and `fatal`.",
"devDependencies": {

@@ -32,37 +61,4 @@ "@types/jest": "^24.0.12",

},
"files": [
"src/**/*",
"out/**/*",
"docs/**/*",
"README.md",
"package.json"
],
"homepage": "https://bitbucket.org/atlassian/logger-interface#readme",
"lint-staged": {
"*.ts": [
"npm run lint-fix && npm run format",
"git add"
]
},
"main": "out/index.js",
"name": "logger-interface",
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/atlassian/logger-interface.git"
},
"scripts": {
"build": "npm run lint-fix && npm run compile",
"ci": "npm run lint && npm run compile && npm run test-specs",
"compile": "rimraf ./out && tsc",
"format": "tsfmt -r",
"lint": "tslint -c tslint.json --project './tsconfig.json'",
"lint-fix": "tslint -c tslint.json --project './tsconfig.json' --fix",
"precommit": "lint-staged",
"prepare": "npm run build",
"prepublishOnly": "npm test",
"test": "npm run lint && jest -c jest.config.json --no-watchman"
},
"types": "out/index.d.ts",
"typings": "./out/index.d.ts",
"version": "1.3.9"
"typings": "./out/index.d.ts"
}
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