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

objectmakr

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

objectmakr - npm Package Compare versions

Comparing version

to
0.7.6

dist/ObjectMakr.js

6

.vscode/settings.json
{
"editor.tabSize": 4,
"editor.trimAutoWhitespace": true,
"files.exclude": {
"**/*.d.ts": true,
"**/*.js.map": true,
"**/*.js": { "when": "$(basename).ts" },
"**/*?.js": { "when": "$(basename).tsx" }
},
"tslint.alwaysShowRuleFailuresAsWarnings": true,

@@ -5,0 +11,0 @@ "tslint.autoFixOnSave": true,

57

package.json

@@ -10,32 +10,32 @@ {

},
"dependencies": {
},
"dependencies": {},
"description": "An abstract factory for dynamic attribute-based classes.",
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/lodash": "^4.14.116",
"@types/lolex": "^2.1.3",
"@types/mocha": "^5.2.5",
"@types/sinon": "^5.0.1",
"@types/sinon-chai": "^3.2.0",
"chai": "^4.1.2",
"concurrently": "^3.6.1",
"glob": "^7.1.2",
"@types/chai": "^4.1.7",
"@types/lodash": "^4.14.123",
"@types/lolex": "^3.1.1",
"@types/mocha": "^5.2.6",
"@types/sinon": "^7.0.11",
"@types/sinon-chai": "^3.2.2",
"chai": "^4.2.0",
"concurrently": "^4.1.0",
"glob": "^7.1.3",
"istanbul": "^0.4.5",
"lolex": "^2.7.1",
"lolex": "^3.1.0",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"mocha-headless-chrome": "^2.0.1",
"requirejs": "^2.3.5",
"mocha": "^6.1.3",
"mocha-headless-chrome": "^2.0.2",
"npm-check-updates": "^3.1.7",
"requirejs": "^2.3.6",
"run-for-every-file": "^1.1.0",
"shenanigans-manager": "^0.2.32",
"sinon": "^6.1.5",
"sinon-chai": "^3.2.0",
"tslint": "5.11.0",
"tsutils": "^3.0.0",
"typedoc": "^0.11.1",
"typescript": "^3.0.1",
"shenanigans-manager": "^0.2.36",
"sinon": "^7.3.1",
"sinon-chai": "^3.3.0",
"tslint": "5.15.0",
"tsutils": "^3.10.0",
"typedoc": "^0.14.2",
"typescript": "^3.4.3",
"watch": "^1.0.2",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0"
},

@@ -54,2 +54,3 @@ "license": "MIT",

"init": "npm install && npm run setup && npm run verify",
"ncu": "ncu -u",
"setup": "npm run setup:dirs && npm run setup:copy && npm run setup:package && npm run setup:readme",

@@ -78,4 +79,4 @@ "setup:copy": "npm run setup:copy:default",

"test:setup:tsc": "tsc -p test",
"verify": "npm run src && npm run test && npm run dist && npm run docs",
"verify:coverage": "npm run src && npm run test:setup && npm run test:coverage && npm run dist && npm run docs",
"verify": "npm run src && npm run test && npm run dist",
"verify:coverage": "npm run src && npm run test:setup && npm run test:coverage && npm run dist",
"watch": "concurrently \"tsc -p . -w\" --raw \"chokidar src/**/*.test.t* --command \"\"npm run test:setup:html\"\" --silent\" --raw"

@@ -87,3 +88,3 @@ },

"types": "./src/index.d.ts",
"version": "0.7.5"
}
"version": "0.7.6"
}

@@ -28,5 +28,3 @@ /**

*/
export interface IClass {
new (): any;
}
export declare type IClass = new () => any;
/**

@@ -33,0 +31,0 @@ * Member callback for when an output onMake is a Function.

@@ -18,2 +18,3 @@ {

"strict": true,
"strictFunctionTypes": false,
"strictPropertyInitialization": false,

@@ -20,0 +21,0 @@ "target": "es5"

Sorry, the diff of this file is not supported yet