Socket
Socket
Sign inDemoInstall

art-object-tree-factory

Package Overview
Dependencies
8
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.9 to 2.2.10

build/Art.ObjectTreeFactory/index.js

2

index.js

@@ -1,1 +0,1 @@

module.exports = require("./source");
module.exports = require('./build');

@@ -5,11 +5,20 @@ {

"dependencies": {
"art-standard-lib": "^1.70.13"
"art-standard-lib": "^1.71.2"
},
"description": "Create Declarative frameworks that output tree structures with properties (e.g. ArtReact)",
"devDependencies": {
"art-build-configurator": "^1.29.4"
"art-build-configurator": "^1.29.5"
},
"homepage": "https://github.com/art-suite/art-suite-foundations",
"jest": {
"testEnvironment": "node"
"collectCoverageFrom": [
"build/**/*.js",
"!build/test/**/*.js"
],
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/node_modules/",
"<rootDir>/test"
],
"verbose": true
},

@@ -23,14 +32,17 @@ "license": "ISC",

"scripts": {
"build": "caf -p -c source-source -o source; nn -s",
"build-clean": "npm run clean; npm run build",
"clean": "rm -rf source/*",
"test": "jest",
"build": "caf -m -c source -o build\nnpm run nn",
"build-clean": "# BUILD CLEAN START\n# - building into: build-temp\n#\nrm -rf ./__build-old__\ncaf -m -c source -o build-temp\nnpm run nn\n\nnn build-temp/*\n\n# BUILD CLEAN FINIALIZING\n# - replace old build in: build\n# - with new build from: build-temp\n#\nmv build __build-old__\nmv build-temp build\nrm -rf ./__build-old__",
"clean": "rm -rf build/*",
"nn": "nn build/* ",
"test": "npm run nn\njest",
"watch": "npm-watch"
},
"version": "2.2.9",
"version": "2.2.10",
"watch": {
"build": {
"extensions": "caf",
"extensions": [
"caf"
],
"patterns": [
"source-source"
"source"
],

@@ -37,0 +49,0 @@ "quiet": false

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc