@gullerya/object-observer
Advanced tools
Comparing version 6.1.1 to 6.1.2
{ | ||
"name": "@gullerya/object-observer", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"description": "object-observer utility provides simple means to (deeply) observe specified object/array changes; implemented via native Proxy; changes delivered in a synchronous way", | ||
@@ -53,2 +53,3 @@ "keywords": [ | ||
".": { | ||
"types": "./dist/object-observer.d.ts", | ||
"import": "./dist/object-observer.min.js", | ||
@@ -74,6 +75,6 @@ "require": "./dist/cjs/object-observer.min.cjs" | ||
"devDependencies": { | ||
"@gullerya/just-test": "^4.0.4", | ||
"@gullerya/just-test": "^4.0.6", | ||
"chai": "4.3.6", | ||
"eslint": "^8.36.0", | ||
"esbuild": "^0.17.12" | ||
"eslint": "^8.54.0", | ||
"esbuild": "^0.19.5" | ||
}, | ||
@@ -80,0 +81,0 @@ "publishConfig": { |
{ | ||
"dist/cdn/object-observer.js": "sha512-Jc51tpJGoR6MHLupRabCfXEVroGC2M5QEH19brhsgJ42vJnsIBUgDg4CeaTES8jZfQTLwzPp5mjIXg64cdEzAg==", | ||
"dist/cdn/object-observer.min.js": "sha512-jieNuEyCm4guZuELCk+tZ8ijFhxyw6cOhx4q8cimhqdNccson04GDZpGm5kISKIkI//xERXAep1bt5HWKLDDNw==", | ||
"dist/cdn/object-observer.min.js.map": "sha512-9Ntqxx+rNIVOiry/vtnv0GIPqJoQ0XJI5y5IexzJcLFqbssEoR1k3vLwfo+wmLuvYGc4R/eSm1GjcioidAK0Fg==" | ||
"dist/cdn/object-observer.min.js.map": "sha512-oCCsAVsC1+BcyrA8KzysTfw0U1qH6HN3Z/HTzyBbJUc5aPRA4+W2Hp4HSwD2Z5CDbYyKFDKyle7YHLy0V8GA2Q==" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
148622