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

resolve-account

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resolve-account - npm Package Compare versions

Comparing version 1.0.23 to 1.0.24

2

dist/index.js

@@ -20,3 +20,3 @@ (function (root, factory) {

var SOURCE = 'library';
var VERSION = '1.0.23';
var VERSION = '1.0.24';

@@ -23,0 +23,0 @@ function ResolveAccount(options) {

{
"name": "resolve-account",
"version": "1.0.23",
"version": "1.0.24",
"description": "Standardize account JSON structure for projects built under ITW Creative Works",

@@ -8,3 +8,4 @@ "main": "./dist/index.js",

"test": "npm run prepare && ./node_modules/mocha/bin/mocha test/ --recursive --timeout=10000",
"prepare": "node -e 'require(`prepare-package`)()'"
"prepare": "node -e 'require(`prepare-package`)()'",
"prepare:watch": "nodemon -w ./src -e '*' --exec 'npm run prepare'"
},

@@ -33,4 +34,9 @@ "engines": {

"mocha": "^8.4.0",
"prepare-package": "^1.0.3"
"prepare-package": "^1.1.3"
},
"preparePackage": {
"input": "./src",
"output": "./dist",
"replace": {}
}
}
}
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